@twin.org/standards-w3c-dcat
Version:
Models which define the structure of W3C DCAT Standard
64 lines (32 loc) • 1.41 kB
Markdown
Variable: DcatContexts
`const` **DcatContexts**: `object`
DCAT (Data Catalog Vocabulary) namespace contexts.
# Type Declaration
## ContextRoot
`readonly` **ContextRoot**: `"http://www.w3.org/ns/dcat#"` = `"http://www.w3.org/ns/dcat#"`
The context root for DCAT vocabulary.
## ContextRedirect
`readonly` **ContextRedirect**: `"https://www.w3.org/ns/dcat.jsonld"` = `"https://www.w3.org/ns/dcat.jsonld"`
The redirect URL for the DCAT context, used for JSON-LD processing.
## ContextRdf
`readonly` **ContextRdf**: `"http://www.w3.org/2000/01/rdf-schema#"` = `"http://www.w3.org/2000/01/rdf-schema#"`
The context for RDF vocabulary.
### See
https://www.w3.org/TR/rdf-schema/
## ContextRdfRedirect
`readonly` **ContextRdfRedirect**: `"https://schema.twindev.org/w3c-rdf/types.jsonld"` = `"https://schema.twindev.org/w3c-rdf/types.jsonld"`
The context for RDF vocabulary Json-LD.
### See
https://www.w3.org/TR/rdf-schema/
## ContextSpdx
`readonly` **ContextSpdx**: `"http://spdx.org/rdf/terms#"` = `"http://spdx.org/rdf/terms#"`
The context for SPDX (Software Package Data Exchange) vocabulary.
### See
https://spdx.org/rdf/terms
## ContextProv
`readonly` **ContextProv**: `"http://www.w3.org/ns/prov#"` = `"http://www.w3.org/ns/prov#"`
The context for PROV (Provenance) vocabulary.
### See
https://www.w3.org/ns/prov
# See
https://www.w3.org/TR/vocab-dcat-3/