rdfoothills

Crates.iordfoothills
lib.rsrdfoothills
version0.3.1
sourcesrc
created_at2024-05-26 16:55:38.816186
updated_at2024-06-02 15:27:28.063662
description A collection of mostly small, RDF related utilities, including conversion between different serialization formats, using external tools.
homepagehttps://codeberg.org/elevont/rdfoothills
repositoryhttps://codeberg.org/elevont/rdfoothills
max_upload_size
id1252701
size143,095
(hoijui)

documentation

README

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.

Commit count: 0

cargo fmt