@openhps/rdf
    Preparing search index...

    Type Alias Thing

    type Thing = {
        predicates?: Record<string, (Quad_Object | Thing)[]>;
        termType?: "NamedNode" | "BlankNode";
        value: string;
    }
    Index

    Properties

    predicates?: Record<string, (Quad_Object | Thing)[]>
    termType?: "NamedNode" | "BlankNode"
    value: string