A collection of mostly small, RDF related utilities, including conversatino between different serialization formats, using external tools.
Currently includes:
- conversion with Python CLI tools from within Rust, including conversion between different RDF serialization formats and to HTML
- meta data about a list of known RDF serialization formats, including:
- MIME type
- file extension
Projects using this library:
Behind the scenes we use pyLODE for conversion to HTML,
and the python RDFlib (through a thin CLI wrapper:
rdf-convert
from the rdftools tool-set)
for all other conversion.