Crate rdf_store_rs
source ·Expand description
§rdf-store-rs
Work in Progress.
Some basic components to deal with RDF graph databases.
NOTE: The idea is to move a lot of stuff out of ekgf/rdfox-rs
and turn a lot of its structs into traits that can also be used for any other triple-store.
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.