Expand description
This crate is part of Sophia, an RDF and Linked Data toolkit in Rust.
Serializer and parser for the JSON-LD concrete syntax of RDF.
Re-exports§
pub use context::ContextRef;
pub use options::*;
pub use error::*;
pub use parser::*;
pub use serializer::*;
Modules§
- context
- Utility trait to ease the loading of JSON-LD Contexts
- error
- JSON-LD errors.
- loader
- I provide different document loaders:
- loader_
factory - I define trait for loader factories.
- options
- Defines types for configuring JSON-LD processing.
- parser
- A JSON-LD parser based on Thimothée Haudebourg’s
json_ld
crate. - serializer
- A JSON-LD serializer implementing the
Serialize RDF as JSON-LD Algorithm
. - vocabulary
- A Sophia-friendly implementation of
rdf_types::Vocabulary