/onext

Apache License 2.0Apache-2.0

worked-examples

This is a draft folder where we're experimenting with representation of data, for convenience we're using the jsonld-cli tool to convert to RDF and python's rdflib's rdfpipe to convert it to turtle.

For example, to convert post.jsonld to turtle:

jsonld toRdf post.jsonld -q | rdfpipe -i nquads -o ttl -

This helps us validate our inheretence and object models while writing directly in jsonld.