Crate ekg_namespace

Source

Re-exports§

pub use consts::*;

Modules§

consts

Structs§

Class
The Class struct represents an RDFS or OWL class identifier consisting of a Namespace (i.e. a namespace) and a “local name”.
Graph
Similar to Class, the Graph struct represents an RDF named graph identifier, also known as a “context identifier”, consisting of a Namespace (i.e. a namespace) and a “local name”.
GraphDisplayIRI
Literal
Literals are used for values such as strings, numbers, and dates. It consists of a DataType and a LiteralValue.
LiteralIdUrlDisplay
LiteralUrlDisplay
Namespace
A Namespace represents a namespace IRI that can also be shown in abbreviated format, also known as “prefix”.
Predicate

Enums§

DataType
The XSD DataType of a given Literal.
Term
An RDF Term is either an IRI, a literal or a blank node.

Functions§

ptr_to_cstr

Type Aliases§

IRIref
StaticIRI

Unions§

LiteralValue
A LiteralValue is, together with a DataType, part of a Literal.