Skip to content

Command line tool that takes jsonld file and converts it to rdf file

Notifications You must be signed in to change notification settings

zxenia/jsonld-to-rdf-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jsonld-to-rdf converter

Overview

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.

About

Command line tool that takes jsonld file and converts it to rdf file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages