rdf-reader-jsonld 0.4.1

A JSON-LD file reader for RDF.rs knowledge graphs.
Documentation
1
2
3
4
// This is free and unencumbered software released into the public domain.

/// A triple statement (S, P, O) originating from a JSON-LD document.
pub type JsonldTriple = rdf_model::interop::OxrdfStatement;