Crate harriet

Source

Modules§

triple_production

Structs§

BaseDirective
A directive specifying the base for relative IRIs. E.g. @base <http://example.com> .
BlankNodeAnonymous
BlankNodeLabel
Labled RDF Blank Nodes
BlankNodePropertyList
BooleanLiteral
Collection
Decimal
Double
IRIReference
A IRI wrapped by angle brackets. E.g. <http://example.com/foo>
Integer
ObjectList
PredicateObjectList
PrefixDirective
A directive specifying the base for relative prefixed IRIs. E.g. @prefix owl: <http://www.w3.org/2002/07/owl#> .
PrefixedName
RDFLiteral
SparqlBaseDirective
SparqlPrefixDirective
StringLiteralLongQuote
StringLiteralLongSingleQuote
StringLiteralQuote
StringLiteralSingleQuote
TurtleDocument
Whitespace
Whitespace. May be one of four characters, or a comment (starting with #) until the end of a line.

Enums§

BlankNode
RDF Blank Nodes
Directive
One of multiple kinds of directives.
IRI
Literal
NumericLiteral
Object
ParseError
Statement
Subject
Triples
TurtleString
Verb
A “Verb” can be used for inside a PredicateObjectList. It allows for using the character ‘a’ as a placeholder for rdfs:type.