/** * The contexts of document management objects. */ export declare const DocumentContexts: { /** * The canonical RDF namespace URI for Document Management. */ readonly Namespace: "https://schema.twindev.org/documents/"; /** * The value to use in context for Document Management. */ readonly Context: "https://schema.twindev.org/documents/"; /** * The JSON-LD Context URL for Document Management. */ readonly JsonLdContext: "https://schema.twindev.org/documents/types.jsonld"; /** * The canonical RDF namespace URI for TWIN Common. */ readonly NamespaceCommon: "https://schema.twindev.org/common/"; /** * The value to use in JSON-LD context for TWIN Common. */ readonly ContextCommon: "https://schema.twindev.org/common/"; /** * The JSON-LD Context URL for TWIN Common. */ readonly JsonLdContextCommon: "https://schema.twindev.org/common/types.jsonld"; }; /** * The contexts of document management objects. */ export type DocumentContexts = (typeof DocumentContexts)[keyof typeof DocumentContexts];