-
Notifications
You must be signed in to change notification settings - Fork 1
/
globi.json
50 lines (50 loc) · 1.62 KB
/
globi.json
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
{
"@context" : [ "http://www.w3.org/ns/csvw", {
"@language" : "en"
} ],
"rdfs:comment" : [ "inspired by https://www.w3.org/TR/2015/REC-tabular-data-model-20151217/" ],
"tables" : [ {
"@context" : [ "http://www.w3.org/ns/csvw", {
"@language" : "en"
} ],
"rdfs:comment" : [ "inspired by https://www.w3.org/TR/2015/REC-tabular-data-model-20151217/" ],
"url" : "FoodwebEdgelist.csv",
"dcterms:bibliographicCitation" : "Eichenwald, A. J., Fefferman, N. H., & Reed, J. M. (2024). Potential extinction cascades in a desert ecosystem: Linking food web interactions to community viability. Ecology and Evolution, 14, e10930. https://doi.org/10.1002/ece3.10930",
"delimiter" : ",",
"headerRowCount" : 1,
"null" : [ "" ],
"interactionTypeName": "eats",
"interactionTypeId": "http://purl.obolibrary.org/obo/RO_0002470",
"localityName": "Mojave Desert",
"localityId": "GEONAMES:5373972",
"decimalLongitude": "-115.58416",
"decimalLatitude": "35.41665",
"tableSchema" : {
"columns" : [ {
"name" : "sourceTaxonName",
"titles" : "Source",
"datatype" : "string"
}, {
"name" : "targetTaxonName",
"titles" : "Target",
"datatype" : "string"
}, {
"name" : "Type",
"titles" : "Type",
"datatype" : "string"
}, {
"name" : "Id",
"titles" : "Id",
"datatype" : "string"
}, {
"name" : "Label",
"titles" : "Label",
"datatype" : "string"
}, {
"name" : "Weight",
"titles" : "Weight",
"datatype" : "string"
} ]
}
} ]
}