Crate ekg_metadata
source ·Re-exports§
pub use consts::*;
Modules§
Structs§
- The
Class
struct represents an RDFS or OWL class identifier consisting of aNamespace
(i.e. a namespace) and a “local name”. - Literals are used for values such as strings, numbers, and dates. It consists of a
DataType
and aLiteralValue
. - A
Namespace
represents a namespace IRI that can also be shown in abbreviated format, also known as “prefix”.
Enums§
- The XSD DataType of a given
Literal
. - An RDF Term is either an IRI, a literal or a blank node.