@metreeca/trio - v0.1.1
    Preparing search index...

    Module index

    RDF 1.1 data model.

    Defines the RDF 1.1 terms and statements making up an RDF graph, together with the factories that construct well-formed ones, alongside the standard vocabulary namespaces the model is described with.

    Vocabularies

    • rdf — RDF vocabulary namespace
    • rdfs — RDFS vocabulary namespace

    Data model

    • Graph — flat sequence of triples
    • Triple — ground subject/predicate/object statement
    • Term — RDF term: a blank node, a named resource, or a literal
    • Blank — blank node, as a document-scoped label
    • Named — named resource, as an absolute IRI
    • Tagged — language-tagged literal
    • Typed — datatype-typed literal

    Factories

    Utilities

    rdf

    RDF vocabulary namespace.

    rdfs

    RDFS vocabulary namespace.

    Graph

    An RDF graph, as a flat sequence of triples.

    Triple

    An RDF triple, as a subject/predicate/object statement.

    Term

    An RDF term.

    Blank

    An RDF blank node.

    Named

    An RDF named resource.

    Tagged

    An RDF language-tagged string.

    Typed

    An RDF typed literal.

    graph

    Creates an RDF Graph.

    triple

    Creates an RDF Triple.

    blank

    Creates an RDF blank node.

    named

    Creates an RDF named resource.

    tagged

    Creates an RDF language-tagged string.

    typed

    Creates an RDF typed literal.

    lexical

    Retrieves the lexical form of an RDF Term.

    skolemize

    Replaces blank nodes in a Graph with minted named resources.