Traqula
    Preparing search index...

    Interface algebraTestGen

    interface algebraTestGen {
        json: unknown;
        name: string;
        quads: boolean;
        sparql: undefined | string;
    }
    Index

    Properties

    Properties

    json: unknown
    name: string
    quads: boolean
    sparql: undefined | string