[][src]Module rio_api::model

Data structures for RDF 1.1 Concepts like IRI, literal or triples.

If the sophia feature is enabled, the types defined in model implement the appropriate trait from Sophia.

Re-exports

pub use crate::model::*;

Structs

BlankNode

An RDF blank node.

GeneralizedQuad

A generalized RDF triple in a RDF dataset.

NamedNode

An RDF IRI.

Quad

A RDF triple in a RDF dataset.

StrictRdfError

An error raised when generalized RDF cannot be converted to strict RDF.

Triple

A RDF triple.

Variable

A SPARQL variable.

Enums

GeneralizedTerm

A generalized RDF term.

Literal

An RDF literal.

NamedOrBlankNode

The union of IRIs and blank nodes.

Term

An RDF term.