Module rdf

Source

Structs§

ClonedQuads
Iterator over the RDF Quads of a JSON-LD document where borrowed values are cloned.
CompoundLiteral
Compound literal.
CompoundLiteralTriples
Iterator over the triples of a compound literal representing a language tagged string with direction.
CompoundValue
CompoundValueTriplesWith
InvalidRdfDirection
ListTriples
Iterator over the RDF quads generated from a list of JSON-LD objects.
ListTriplesWith
Quads
Iterator over the RDF Quads of a JSON-LD document.

Enums§

CompoundValueTriples
RdfDirection
Direction representation method.

Constants§

RDF_DIRECTION
RDF_FIRST
RDF_JSON
RDF_NIL
IRI of the http://www.w3.org/1999/02/22-rdf-syntax-ns#nil value.
RDF_REST
RDF_TYPE
RDF_VALUE
XSD_BOOLEAN
XSD_DOUBLE
XSD_INTEGER
XSD_STRING

Traits§

RdfQuads

Type Aliases§

Quad
QuadRef
Triple
JSON-LD to RDF triple.
Value