-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathglobi.json
76 lines (76 loc) · 2.9 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"@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" : "supporting%20information%20data%20files/Simpson_Desert_predators_with_nonSD_prey.tsv",
"dcterms:bibliographicCitation" : "Llewelyn, J., Strona, G., Dickman, C.R., Greenville, A.C., Wardle, G.M., Lee, M.S.Y., Doherty, S., Shabani, F., Saltré, F. and Bradshaw, C.J.A. (2023), Predicting predator–prey interactions in terrestrial endotherms using random forest. Ecography e06619. https://doi.org/10.1111/ecog.06619",
"delimiter" : "\t",
"headerRowCount" : 1,
"interactionTypeId" : "http://purl.obolibrary.org/obo/RO_0002439",
"interactionTypeName" : "preysOn",
"tableSchema" : {
"columns" : [ {
"name" : "sourceTaxonName",
"titles" : "sourceTaxonName",
"datatype" : "string"
}, {
"name" : "targetTaxonName",
"titles" : "targetTaxonName",
"datatype" : "string"
}, {
"name" : "referenceAuthor",
"titles" : "author",
"datatype" : "string"
}, {
"name" : "referenceYear",
"titles" : "year",
"datatype" : "string"
}, {
"name" : "referenceJournal",
"titles" : "journal",
"datatype" : "string"
} ]
}
},
{
"@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" : "supporting%20information%20data%20files/interactions_between_Simpson_Desert_species.tsv",
"dcterms:bibliographicCitation" : "Llewelyn, J., Strona, G., Dickman, C.R., Greenville, A.C., Wardle, G.M., Lee, M.S.Y., Doherty, S., Shabani, F., Saltré, F. and Bradshaw, C.J.A. (2023), Predicting predator–prey interactions in terrestrial endotherms using random forest. Ecography e06619. https://doi.org/10.1111/ecog.06619",
"delimiter" : "\t",
"headerRowCount" : 1,
"interactionTypeId" : "http://purl.obolibrary.org/obo/RO_0002439",
"interactionTypeName" : "preysOn",
"tableSchema" : {
"columns" : [ {
"name" : "targetTaxonName",
"titles" : "targetTaxonName",
"datatype" : "string"
}, {
"name" : "sourceTaxonName",
"titles" : "sourceTaxonName",
"datatype" : "string"
}, {
"name" : "referenceAuthor",
"titles" : "authors_source",
"datatype" : "string"
}, {
"name" : "referenceYear",
"titles" : "Year",
"datatype" : "string"
}, {
"name" : "referenceJournal",
"titles" : "Journal",
"datatype" : "string"
} ]
}
} ]
}