-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglobi.json
110 lines (110 loc) · 3.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"@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" : "https://figshare.com/ndownloader/files/34091945",
"dcterms:bibliographicCitation" : "Tanalgo, Krizler; Tabora, John Aries G.; Oliveira, Hernani Fernandes Magalhães; Haelewaters, Danny; Beranek, Chad T.; Otálora-Ardila, Aída; et al. (2021). Metadata for: DarkCideS 1.0, a global database for bats in karsts and caves. figshare. Dataset. https://doi.org/10.6084/m9.figshare.16413405.v4",
"delimiter" : ",",
"headerRowCount" : 1,
"interactionTypeName": "hasParasite",
"interactionTypeId": "http://purl.obolibrary.org/obo/RO_0002445",
"null" : [ "" ],
"tableSchema" : {
"columns" : [ {
"name" : "Dataset_sequence_ID",
"titles" : "Dataset_sequence_ID",
"datatype" : "string"
}, {
"name" : "sourceTaxonName",
"titles" : "Bat.species",
"datatype" : "string"
}, {
"name" : "targetTaxonName",
"titles" : "Batfly.parasite",
"datatype" : "string"
}, {
"name" : "Laboulbeniales.hyperparasite",
"titles" : "Laboulbeniales.hyperparasite",
"datatype" : "string"
}, {
"name" : "Biogeographical realm",
"titles" : "Biogeographical realm",
"datatype" : "string"
}, {
"name" : "localityName",
"titles" : "Country",
"datatype" : "string"
}, {
"name" : "First mentioning in the literature",
"titles" : "First mentioning in the literature",
"datatype" : "string"
}, {
"name" : "referenceCitation",
"titles" : "Complete reference",
"datatype" : "string"
}, {
"name" : "",
"titles" : "",
"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" : "https://figshare.com/ndownloader/files/34091945",
"dcterms:bibliographicCitation" : "Tanalgo, Krizler; Tabora, John Aries G.; Oliveira, Hernani Fernandes Magalhães; Haelewaters, Danny; Beranek, Chad T.; Otálora-Ardila, Aída; et al. (2021). Metadata for: DarkCideS 1.0, a global database for bats in karsts and caves. figshare. Dataset. https://doi.org/10.6084/m9.figshare.16413405.v4",
"delimiter" : ",",
"headerRowCount" : 1,
"interactionTypeName": "hasParasite",
"interactionTypeId": "http://purl.obolibrary.org/obo/RO_0002445",
"null" : [ "" ],
"tableSchema" : {
"columns" : [ {
"name" : "Dataset_sequence_ID",
"titles" : "Dataset_sequence_ID",
"datatype" : "string"
}, {
"name" : "Bat.species",
"titles" : "Bat.species",
"datatype" : "string"
}, {
"name" : "sourceTaxonName",
"titles" : "Batfly.parasite",
"datatype" : "string"
}, {
"name" : "targetTaxonName",
"titles" : "Laboulbeniales.hyperparasite",
"datatype" : "string"
}, {
"name" : "Biogeographical realm",
"titles" : "Biogeographical realm",
"datatype" : "string"
}, {
"name" : "localityName",
"titles" : "Country",
"datatype" : "string"
}, {
"name" : "First mentioning in the literature",
"titles" : "First mentioning in the literature",
"datatype" : "string"
}, {
"name" : "referenceCitation",
"titles" : "Complete reference",
"datatype" : "string"
}, {
"name" : "",
"titles" : "",
"datatype" : "string"
} ]
}
} ]
}