Modules§
Structs§
- Base
Directive - A directive specifying the base for relative IRIs. E.g.
@base <http://example.com> .
- Blank
Node Anonymous - Blank
Node Label - Labled RDF Blank Nodes
- Blank
Node Property List - Boolean
Literal - Collection
- Decimal
- Double
- IRIReference
- A IRI wrapped by angle brackets. E.g.
<http://example.com/foo>
- Integer
- Object
List - Predicate
Object List - Prefix
Directive - A directive specifying the base for relative prefixed IRIs. E.g.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
- Prefixed
Name - RDFLiteral
- Sparql
Base Directive - Sparql
Prefix Directive - String
Literal Long Quote - String
Literal Long Single Quote - String
Literal Quote - String
Literal Single Quote - Turtle
Document - Whitespace
- Whitespace. May be one of four characters, or a comment (starting with
#
) until the end of a line.
Enums§
- Blank
Node - RDF Blank Nodes
- Directive
- One of multiple kinds of directives.
- IRI
- Literal
- Numeric
Literal - Object
- Parse
Error - Statement
- Subject
- Triples
- Turtle
String - Verb
- A “Verb” can be used for inside a PredicateObjectList. It allows for using the character ‘a’
as a placeholder for
rdfs:type
.