Command line tool that takes jsonld file and converts it to one of the rdf formats. Based on rdflib and rdflib-jsonld.
Available serializer formats are pretty-xml, n3, nt, trig, turtle, xml.
Usage:
pip install -r requirements.txt
python converter.py --file=doc.jsonld [--format=ttl]
By default converts to rdf/xml if output format is not specified.