Expand description
Data structures for RDF 1.1 Concepts like IRI, literal or triples.
Structs§
- Blank
Node - An owned RDF blank node.
- Ground
Quad - A RDF triple in an RDF dataset without blank nodes.
- Ground
Quad Pattern - A triple pattern in a specific graph without blank nodes.
- Ground
Triple - A RDF triple without blank nodes.
- Ground
Triple Pattern - A triple pattern without blank nodes.
- Literal
- An owned RDF literal.
- Named
Node - An owned RDF IRI.
- Quad
- A RDF triple in an RDF dataset.
- Quad
Pattern - A triple pattern in a specific graph
- Triple
- An owned RDF triple.
- Triple
Pattern - A triple pattern
- Variable
- A SPARQL query owned variable.
Enums§
- Graph
Name - A possible graph name.
- Graph
Name Pattern - The union of IRIs, default graph name and variables.
- Ground
Subject - The union of IRIs and triples.
- Ground
Term - The union of IRIs, literals and triples.
- Ground
Term Pattern - The union of terms and variables without blank nodes.
- Named
Node Pattern - The union of IRIs and variables.
- Subject
- The owned union of IRIs, blank nodes and triples (if the
rdf-star
feature is enabled). - Term
- An owned RDF term
- Term
Pattern - The union of terms and variables.