Traqula
    Preparing search index...
    interface GraphPattern {
        name: Variable | IriTerm<string>;
        patterns: Pattern[];
        type: "graph";
    }
    Index

    Properties

    Properties

    name: Variable | IriTerm<string>
    patterns: Pattern[]
    type: "graph"