#conversion #rdf #utility #convert #api-bindings

rdfoothills

A collection of mostly small, RDF related utilities, including conversion between different serialization formats, using external tools

3 unstable releases

0.3.1 Jun 2, 2024
0.3.0 May 29, 2024
0.2.0 May 26, 2024

#577 in Encoding

Download history 114/week @ 2024-05-20 268/week @ 2024-05-27 65/week @ 2024-06-03

447 downloads per month
Used in ontprox

AGPL-3.0-or-later

58KB
1K SLoC

rdfoothillls = RDF Utils

License: AGPL-3.0-or-later REUSE status Repo Package Releases Documentation Releases Dependency Status Build Status

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–17MB
~176K SLoC