Created
July 27, 2014 13:15
-
-
Save jaw111/e5bc8f1bb5de80e454cb to your computer and use it in GitHub Desktop.
SKOS JSON-LD context
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@context": { | |
"@vocab": "http://www.w3.org/2004/02/skos/core#", | |
"broadMatch": { "@type": "@id" }, | |
"broader": { "@type": "@id" }, | |
"broaderTransitive": { "@type": "@id" }, | |
"closeMatch": { "@type": "@id" }, | |
"exactMatch": { "@type": "@id" }, | |
"hasTopConcept": { "@type": "@id" }, | |
"inScheme": { "@type": "@id" }, | |
"mappingRelation": { "@type": "@id" }, | |
"member": { "@type": "@id" }, | |
"memberList": { "@type": "@id" }, | |
"narrowMatch": { "@type": "@id" }, | |
"narrower": { "@type": "@id" }, | |
"narrowerTransitive": { "@type": "@id" }, | |
"related": { "@type": "@id" }, | |
"relatedMatch": { "@type": "@id" }, | |
"semanticRelation": { "@type": "@id" }, | |
"topConceptOf": { "@type": "@id" } | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment