Skip to content

Commit 22ba301

Browse files
committed
Expand from prefix
1 parent eed89de commit 22ba301

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

schemas/v1/context.jsonld

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
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",
@@ -61,7 +61,7 @@
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",

0 commit comments

Comments
 (0)