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 loc provides compatibility with the locspan crate to locate every sub-component of a term.

Structs

Blank node identifier.

Owned blank node identifier.

Invalid blank node identifier.

RDF quad.

String literal, without type or language tag.

RDF triple.

Enums

RDF Literal.

RDF Subject.

gRDF subject or graph label reference.

gRDF term.

gRDF term reference.

Type Definitions

RDF Graph Label.

RDF Graph Label reference.

RDF Object.

RDF Object reference.

RDF quad reference.

RDF triple reference.