gbv / jskos-cli

Command Line Applications to process JSKOS data format
MIT License
1 stars 1 forks source link

jskos-convert: support RDF/Turtle output format #12

Open nichtich opened 4 years ago

nichtich commented 4 years ago

Converting from JSKOS to RDF should be straight-forward with the existing JSON-LD context document.

This feature is required to better support vocabularies in annif

nichtich commented 3 years ago

Support of Turtle serialization is possible with n3. jsonld library only supports nquads serialization so the rdf data needs to be re-parsed and serialized with n3.