Traqula
    Preparing search index...
    interface GraphQuads {
        name: Variable | IriTerm<string>;
        triples: Triple[];
        type: "graph";
    }
    Index

    Properties

    Properties

    name: Variable | IriTerm<string>
    triples: Triple[]
    type: "graph"