-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathro-crate-metadata.json
More file actions
64 lines (64 loc) · 1.67 KB
/
ro-crate-metadata.json
File metadata and controls
64 lines (64 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"@context": ["https://w3id.org/ro/crate/1.1/context"],
"@graph": [
{
"@type": "CreativeWork",
"@id": "ro-crate-metadata.json",
"conformsTo": {
"@id": "https://w3id.org/ro/crate/1.1"
},
"about": {
"@id": "./"
}
},
{
"@id": "./",
"hasPart": [
{
"@id": "Lathyrus_aphaca-Outputs.nc"
}
],
"about": [{ "@id": "https://www.gbif.org/species/8301822" }],
"@type": ["Dataset"],
"creator": { "@id": "https://orcid.org/0000-0002-4984-7646" },
"author": { "@id": "https://orcid.org/0000-0002-4984-7646" },
"license": {
"@id": "https://creativecommons.org/licenses/by/4.0/"
},
"studySubject": ["http://eurovoc.europa.eu/632"],
"datePublished": "2024-01-24 09:35:26.012186+00:00",
"name": "Lathyrus aphaca distribution",
"encodingFormat": "application/ld+json",
"mainEntity": "Dataset",
"keywords": ["SDM", "ModGP"],
"description": "ModGP output for Lathyrus aphaca"
},
{
"@id": "Lathyrus_aphaca-Outputs.nc",
"@type": ["File"],
"name": "Lathyrus_aphaca-Outputs.nc",
"contentSize": 50020602,
"encodingFormat": "application/x-netcdf"
},
{
"@id": "https://orcid.org/0000-0002-4984-7646",
"@type": "Person",
"name": "Erik Kusch"
},
{
"@id": "#action1",
"@type": "CreateAction",
"agent": {
"@id": "https://orcid.org/0000-0002-4984-7646"
},
"instrument": {
"@id": "https://github.com/uio-mana/CWR-Hackathon/tree/main/ModGP"
},
"result": [
{
"@id": "./"
}
]
}
]
}