Expand description
This is a utility library providing common types when dealing with RDF data: blank node identifier, literal, subject, predicate, object, graph label, gRDF term, triple and quad.
The optional feature meta provides compatibility
with the locspan crate to locate every sub-component
of a term.
Re-exports
pub use generator::Generator;pub use vocabulary::BlankIdVocabulary;pub use vocabulary::BlankIdVocabularyMut;pub use vocabulary::IriVocabulary;pub use vocabulary::IriVocabularyMut;pub use vocabulary::Vocabulary;pub use vocabulary::VocabularyMut;
Modules
Structs
- Blank node identifier.
- Owned blank node identifier.
- Vocabulary that stores IRIs and blank node identifiers with a unique index.
- Invalid blank node identifier.
- RDF quad.
- RDF triple.
Enums
- RDF node identifier.
- RDF Literal.
- gRDF term.
Traits
- Node identifier namespace.
Type Definitions
- RDF quad graph Label.
- gRDF quad.
- gRDF triple.
- No vocabulary.
- RDF triple/quad object.
- RDF triple/quad subject.