#rdf #conversion #data-conversion #utility #convert #file-format #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

#634 in Encoding

Download history 23/week @ 2024-07-27 1/week @ 2024-08-24 2/week @ 2024-08-31 1/week @ 2024-09-14 18/week @ 2024-09-21 4/week @ 2024-09-28

118 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–14MB
~161K SLoC