gbv / jskos

JSKOS data format for Knowledge Organization Systems
https://gbv.github.io/jskos/
39 stars 5 forks source link

Add JSON-LD context #2

Closed nichtich closed 9 years ago

nichtich commented 9 years ago

JSKOS can be transformed to RDF by application of a JSON-LD context:

uri: @id
prefLabel: { @id: skos:prefLabel, @container: @language }
ancestors: skos:broaderTransitive
...

some parts of JSKOS may not be included (e.g. order of ancestors).