-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathglobi.json
More file actions
13 lines (13 loc) · 799 Bytes
/
globi.json
File metadata and controls
13 lines (13 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"@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": [
{ "url": "releases/phi-base_current.csv",
"dcterms:bibliographicCitation": "Urban M, Cuzick A, Rutherford K, Irvine A, Pedro H, Pant R, Sadanadan V, Khamari L, Billal S, Mohanty S, Hammond-Kosack KE. PHI-base: a new interface and further additions for the multi-species pathogen-host interactions database. Nucleic Acids Res. 2017 Jan 4;45(D1):D604-D610. doi: 10.1093/nar/gkw1089. Epub 2016 Dec 3. PMID:27915230",
"tableSchema": "phi-base-schema.json",
"headerRowCount": 2,
"interactionTypeId": "http://purl.obolibrary.org/obo/RO_0002556",
"interactionTypeName": "pathogenOf"
}
]
}