@maschinenlesbar.org/oparl-cli
    Preparing search index...

    Interface OparlObject

    Any OParl object: at least an id (its own URL) and a type URI.

    interface OparlObject {
        id: string;
        type: string;
        [key: string]: JsonValue;
    }

    Hierarchy (View Summary)

    Indexable

    Index
    id: string
    type: string