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

    Type Alias Named

    An RDF named resource.

    Carries the absolute IRI denoting an RDF resource. Admitted in every Triple position: always as the predicate, and as one of the forms the subject and object terms may take. Construct one with named.

    type Named = {
        kind: "named";
        iri: IRI;
    }
    Index
    kind: "named"
    iri: IRI