File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 "schema" : "https://schema.org/" ,
77 "dc" : "http://purl.org/dc/terms/" ,
88 "xsd" : "http://www.w3.org/2001/XMLSchema#" ,
9- "mondo" : " http://purl.obolibrary.org/obo/MONDO_",
10- "iao" : " http://purl.obolibrary.org/obo/IAO_",
11- "hpo" : " http://purl.obolibrary.org/obo/HP_",
12- "doid" : " http://purl.obolibrary.org/obo/DOID_",
9+ "mondo" : { "@id" : " http://purl.obolibrary.org/obo/MONDO_", "@prefix" : true } ,
10+ "iao" : { "@id" : " http://purl.obolibrary.org/obo/IAO_", "@prefix" : true } ,
11+ "hpo" : { "@id" : " http://purl.obolibrary.org/obo/HP_", "@prefix" : true } ,
12+ "doid" : { "@id" : " http://purl.obolibrary.org/obo/DOID_", "@prefix" : true } ,
1313
1414 "id" : "@id" ,
1515 "type" : "@type" ,
6161 }
6262 } ,
6363 "system" : "osd:codingSystem" ,
64- "ontology_id" : " osd:ontology_id" ,
64+ "ontology_id" : { "@id" : " osd:ontologyId" , "@type" : "@id" } ,
6565 "attribute" : "osd:attribute" ,
6666 "value" : "osd:value" ,
6767 "operator" : "osd:comparisonOperator" ,
You can’t perform that action at this time.
0 commit comments