Module term

Module term 

Available on crate feature rdf only.
Expand description

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

Structs§

BlankNode
An owned RDF blank node.
GroundQuad
A RDF triple in an RDF dataset without blank nodes.
GroundQuadPattern
A triple pattern in a specific graph without blank nodes.
GroundTriple
A RDF triple without blank nodes.
GroundTriplePatternsparql-12
A triple pattern without blank nodes.
Literal
An owned RDF literal.
NamedNode
An owned RDF IRI.
Quad
A RDF triple in an RDF dataset.
QuadPattern
A triple pattern in a specific graph
Triple
An owned RDF triple.
TriplePattern
A triple pattern
Variable
A SPARQL query owned variable.

Enums§

GraphName
A possible graph name.
GraphNamePattern
The union of IRIs, default graph name and variables.
GroundTerm
The union of IRIs, literals and triples.
GroundTermPattern
The union of terms and variables without blank nodes.
NamedNodePattern
The union of IRIs and variables.
NamedOrBlankNode
The owned union of IRIs and blank nodes.
Term
An owned RDF term
TermPattern
The union of terms and variables.