3 unstable releases
0.3.1 | Jun 2, 2024 |
---|---|
0.3.0 | May 29, 2024 |
0.2.0 | May 26, 2024 |
#634 in Encoding
118 downloads per month
Used in ontprox
58KB
1K
SLoC
rdfoothillls = RDF Utils
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.
Dependencies
~5–14MB
~161K SLoC