-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglobi.json
86 lines (85 loc) · 2.37 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
{
"@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/2196534",
"dcterms:bibliographicCitation": "Wardeh, M., Risley, C., McIntyre, M. et al. Database of host-pathogen and related species interactions, and their global distribution. Sci Data 2, 150049 (2015). https://doi.org/10.1038/sdata.2015.49",
"delimiter": ",",
"headerRowCount": 1,
"interactionTypeName": "hasHost",
"interactionTypeId": "http://purl.obolibrary.org/obo/RO_0002454",
"null": [
""
],
"tableSchema": {
"columns": [
{
"name": "sourceTaxonName",
"titles": "Cargo",
"datatype": "string"
},
{
"name": "Cargo classification",
"titles": "Cargo classification",
"datatype": "string"
},
{
"name": "targetTaxonName",
"titles": "Carrier",
"datatype": "string"
},
{
"name": "Carrier classification",
"titles": "Carrier classification",
"datatype": "string"
},
{
"name": "Sequences count",
"titles": "Sequences count",
"datatype": "string"
},
{
"name": "Publications count",
"titles": "Publications count",
"datatype": "string"
},
{
"name": "sourceOccurrenceId",
"titles": "Sequences",
"separator": ";",
"datatype": {
"base": "string",
"valueUrl": "https://www.ncbi.nlm.nih.gov/nuccore/{sourceOccurrenceId}"
}
},
{
"name": "referenceUrl",
"titles": "Publications",
"separator": ";",
"datatype": {
"base": "string",
"valueUrl": "https://pubmed.ncbi.nlm.nih.gov/{referenceUrl}"
}
}
]
}
}
]
}