UNPKG

lincd-jsonld-store

Version:

18 lines (17 loc) 639 B
import { NamedNode } from 'lincd/models'; /** * Load the data of this ontology into memory, thus adding the properties of the entities of this ontology to the local graph. */ export declare var loadData: () => Promise<import("lincd-jsonld/utils/JSONLD").JSONLDParseResult>; /** * The namespace of this ontology, which can be used to create NamedNodes with URI's not listed in this file */ export declare var ns: (term: any) => NamedNode; /** * The NamedNode of the ontology itself */ export declare var _self: NamedNode; export declare var JSONLD_Store: NamedNode; export declare const jsonldStore: { JSONLD_Store: NamedNode; };