UNPKG

@twin.org/standards-w3c-dcat

Version:

Models which define the structure of W3C DCAT Standard

15 lines (14 loc) 465 B
/** * Class providing DCAT data type utilities and JSON-LD redirect registration. */ export declare class DcatDataTypes { /** * Register redirects for DCAT namespace to enable offline JSON-LD processing. * This maps the W3C DCAT namespace to a local redirect URL for faster resolution. */ static registerRedirects(): void; /** * Register all the DCAT data types with their JSON schemas. */ static registerTypes(): void; }