srdf::rdf

Type Alias RDFNode

Source
pub type RDFNode = Object;
Expand description

Concrete representation of RDF nodes, which are equivalent to objects

Aliased Type§

enum RDFNode {
    Iri(IriS),
    BlankNode(String),
    Literal(Literal),
}

Variants§

§

Iri(IriS)

§

BlankNode(String)

§

Literal(Literal)