Skip to content

Instantly share code, notes, and snippets.

@jaw111
Created July 27, 2014 13:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaw111/e5bc8f1bb5de80e454cb to your computer and use it in GitHub Desktop.
Save jaw111/e5bc8f1bb5de80e454cb to your computer and use it in GitHub Desktop.
SKOS JSON-LD context
{
"@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