Skip to content

Instantly share code, notes, and snippets.

@ariutta
Created March 28, 2014 07:36
Show Gist options
  • Select an option

  • Save ariutta/9827306 to your computer and use it in GitHub Desktop.

Select an option

Save ariutta/9827306 to your computer and use it in GitHub Desktop.
{
"@context": {
"HMDB": "http://www.hmdb.ca/metabolites/",
"CAS": "http://commonchemistry.org/ChemicalDetail.aspx?ref=",
"ChEBI": "http://www.ebi.ac.uk/chebi/searchId.do?chebiId=",
"chemspider": "http://www.chemspider.com/Chemical-Structure.",
"EntrezGene":"http://www.ncbi.nlm.nih.gov/gene/",
"Ensemble":"http://ensemblgenomes.org/id/",
"GeneOntology":"http://www.ebi.ac.uk/QuickGO/GTerm?id=GO:",
"ex": "http://example.org/vocab#",
"ex:sameAs": {
"@type": "@id"
},
"ex:isBroaderThan": {
"@type": "@id"
},
"ex:isNarrowerThan": {
"@reverse": "ex:isBroaderThan"
}
},
"@reverse":{"ex:sameAs":"Ensemble:ENSMUSG00000031432"}
}
{
"@context": {
"HMDB": "http://www.hmdb.ca/metabolites/",
"CAS": "http://commonchemistry.org/ChemicalDetail.aspx?ref=",
"ChEBI": "http://www.ebi.ac.uk/chebi/searchId.do?chebiId=",
"chemspider": "http://www.chemspider.com/Chemical-Structure.",
"EntrezGene":"http://www.ncbi.nlm.nih.gov/gene/",
"Ensemble":"http://ensemblgenomes.org/id/",
"GeneOntology":"http://www.ebi.ac.uk/QuickGO/GTerm?id=GO:",
"ex": "http://example.org/vocab#",
"ex:sameAs": {
"@type": "@id"
},
"ex:isBroaderThan": {
"@type": "@id"
},
"ex:isNarrowerThan": {
"@reverse": "ex:isBroaderThan"
}
},
"@graph":{
"@id":"HMDB:HMDB00797",
"ex:sameAs": [
"HMDB:HMDB00797",
"CAS:3031-95-6",
"ChEBI:18319",
"http://www.chemspider.com/Chemical-Structure.141175.html"
]},
"@graph":{
"@id":"HMDB:HMDB01517",
"ex:sameAs": [
"HMDB:HMDB01517",
"CAS:3031-94-5",
"ChEBI:18406",
"http://www.chemspider.com/Chemical-Structure.58620.html"
]},
"@graph":{
"@id":"EntrezGene:19139",
"ex:sameAs": [
"EntrezGene:19139",
"Ensemble:ENSMUSG00000031432"
],
"ex:isBroaderThan": [
"GeneOntology:0000287",
"GeneOntology:0009165"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment