Skip to main content

Interface: IDcatDataset

Interface for DCAT Dataset. A collection of data, published or curated by a single agent, and available for access or download in one or more representations.

See

https://www.w3.org/TR/vocab-dcat-3/#Class:Dataset

Extends

Extended by

Indexable

[key: string]: string | number | boolean | string[] | IJsonLdContextDefinition | IJsonLdNodeObject | IJsonLdGraphObject | object & object | object & object | object & object | IJsonLdListObject | IJsonLdSetObject | IJsonLdNodePrimitive[] | IJsonLdLanguageMap | IJsonLdIndexMap | IJsonLdNodeObject[] | IJsonLdIdMap | IJsonLdTypeMap | IJsonLdContextDefinitionElement[] | IJsonLdJsonObject | IJsonLdJsonObject[] | {[key: string]: string; } | null | undefined

Properties

@type

@type: "dcat:Catalog" | "dcat:Dataset" | "dcat:DatasetSeries"

The type identifier, typically "Dataset". Can also be "Catalog" or "DatasetSeries" for subclasses.

Overrides

IDcatResource.@type


dcat:distribution?

optional dcat:distribution: ObjectOrArray<DistributionOptionalContext>

An available distribution of the dataset.

See

https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_distribution


dcterms:accrualPeriodicity?

optional dcterms:accrualPeriodicity: string

The frequency at which the dataset is published.

See

https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_frequency


dcat:inSeries?

optional dcat:inSeries: string

A dataset series of which the dataset is part.

See

https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_in_series


dcterms:spatial?

optional dcterms:spatial: IJsonLdNodeObject | ObjectOrArray<string>

The geographical area covered by the dataset.

See

https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_spatial


dcat:spatialResolutionInMeters?

optional dcat:spatialResolutionInMeters: number

Minimum spatial separation resolvable in a dataset, measured in meters.

See

https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_spatial_resolution


dcterms:temporal?

optional dcterms:temporal: IDublinCorePeriodOfTime

The temporal period that the dataset covers.

See

https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_temporal


dcat:temporalResolution?

optional dcat:temporalResolution: string

Minimum time period resolvable in the dataset.

See

https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_temporal_resolution


prov:wasGeneratedBy?

optional prov:wasGeneratedBy: string | IJsonLdNodeObject

An activity that generated, or provides the business context for, the creation of the dataset.

See

https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_was_generated_by


@context

@context: DcatContextType

The JSON-LD context for the resource.

Inherited from

IDcatResource.@context


dcterms:title?

optional dcterms:title: DcatLiteralType

A name given to the resource.

See

https://www.w3.org/TR/vocab-dcat-3/#Property:resource_title

Inherited from

IDcatResource.dcterms:title


dcterms:description?

optional dcterms:description: DcatLiteralType

A free-text account of the resource.

See

https://www.w3.org/TR/vocab-dcat-3/#Property:resource_description

Inherited from

IDcatResource.dcterms:description


dcterms:identifier?

optional dcterms:identifier: DcatLiteralType

A unique identifier of the resource.

See

https://www.w3.org/TR/vocab-dcat-3/#Property:resource_identifier

Inherited from

IDcatResource.dcterms:identifier


dcterms:issued?

optional dcterms:issued: string

Date of formal issuance (publication) of the resource.

See

https://www.w3.org/TR/vocab-dcat-3/#Property:resource_release_date

Inherited from

IDcatResource.dcterms:issued


dcterms:modified?

optional dcterms:modified: string

Most recent date on which the resource was changed, updated or modified.

See

https://www.w3.org/TR/vocab-dcat-3/#Property:resource_update_date

Inherited from

IDcatResource.dcterms:modified


dcterms:language?

optional dcterms:language: ObjectOrArray<string>

A language of the resource.

See

https://www.w3.org/TR/vocab-dcat-3/#Property:resource_language

Inherited from

IDcatResource.dcterms:language


dcterms:publisher?

optional dcterms:publisher: string | IFoafAgent

An entity responsible for making the resource available.

See

https://www.w3.org/TR/vocab-dcat-3/#Property:resource_publisher

Inherited from

IDcatResource.dcterms:publisher


dcterms:creator?

optional dcterms:creator: IFoafAgent

An entity responsible for producing the resource.

See

https://www.w3.org/TR/vocab-dcat-3/#Property:resource_creator

Inherited from

IDcatResource.dcterms:creator


dcterms:accessRights?

optional dcterms:accessRights: string | IJsonLdNodeObject

Information about who can access the resource or an indication of its security status.

See

https://www.w3.org/TR/vocab-dcat-3/#Property:resource_access_rights

Inherited from

IDcatResource.dcterms:accessRights


dcterms:license?

optional dcterms:license: string | IJsonLdNodeObject

A legal document under which the resource is made available.

See

https://www.w3.org/TR/vocab-dcat-3/#Property:resource_license

Inherited from

IDcatResource.dcterms:license


dcterms:rights?

optional dcterms:rights: string | IJsonLdNodeObject

Information about rights held in and over the resource.

See

https://www.w3.org/TR/vocab-dcat-3/#Property:resource_rights

Inherited from

IDcatResource.dcterms:rights


dcterms:conformsTo?

optional dcterms:conformsTo: ObjectOrArray<string>

An established standard to which the resource conforms.

See

https://www.w3.org/TR/vocab-dcat-3/#Property:resource_conforms_to

Inherited from

IDcatResource.dcterms:conformsTo


dcterms:type?

optional dcterms:type: string

The nature or genre of the resource.

See

https://www.w3.org/TR/vocab-dcat-3/#Property:resource_type

Inherited from

IDcatResource.dcterms:type


dcat:contactPoint?

optional dcat:contactPoint: string | IJsonLdNodeObject

Relevant contact information for the catalogued resource.

See

https://www.w3.org/TR/vocab-dcat-3/#Property:resource_contact_point

Inherited from

IDcatResource.dcat:contactPoint


dcat:keyword?

optional dcat:keyword: DcatLiteralType

A keyword or tag describing the resource.

See

https://www.w3.org/TR/vocab-dcat-3/#Property:resource_keyword

Inherited from

IDcatResource.dcat:keyword


dcat:theme?

optional dcat:theme: ObjectOrArray<string>

A main category of the resource. A resource can have multiple themes.

See

https://www.w3.org/TR/vocab-dcat-3/#Property:resource_theme

Inherited from

IDcatResource.dcat:theme


dcat:landingPage?

optional dcat:landingPage: ObjectOrArray<string>

A Web page that can be navigated to gain access to the resource.

See

https://www.w3.org/TR/vocab-dcat-3/#Property:resource_landing_page

Inherited from

IDcatResource.dcat:landingPage


dcat:qualifiedRelation?

optional dcat:qualifiedRelation: string | IDcatRelationship

Link to a description of a relationship with another resource.

See

https://www.w3.org/TR/vocab-dcat-3/#Property:resource_qualified_relation

Inherited from

IDcatResource.dcat:qualifiedRelation


odrl:hasPolicy?

optional odrl:hasPolicy: IOdrlPolicy

An ODRL conformant policy expressing the rights associated with the resource.

See

https://www.w3.org/TR/vocab-dcat-3/#Property:resource_has_policy

Inherited from

IDcatResource.odrl:hasPolicy