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
Properties
@context
@context:
DcatContextType
The JSON-LD context for the resource.
@type
@type:
"dcat:Catalog"|"dcat:Dataset"|"dcat:DatasetSeries"
The type identifier, typically "Dataset". Can also be "Catalog" or "DatasetSeries" for subclasses.
Inherited from
dcat:distribution?
optionaldcat:distribution?:ObjectOrArray<IDcatDistributionBase>
An available distribution of the dataset.
See
https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_distribution
Inherited from
IDcatDatasetBase.dcat:distribution
dcterms:accrualPeriodicity?
optionaldcterms:accrualPeriodicity?:string
The frequency at which the dataset is published.
See
https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_frequency
Inherited from
IDcatDatasetBase.dcterms:accrualPeriodicity
dcat:inSeries?
optionaldcat:inSeries?:string
A dataset series of which the dataset is part.
See
https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_in_series
Inherited from
IDcatDatasetBase.dcat:inSeries
dcterms:spatial?
optionaldcterms:spatial?:string|string[] |IJsonLdNodeObject
The geographical area covered by the dataset.
See
https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_spatial
Inherited from
IDcatDatasetBase.dcterms:spatial
dcat:spatialResolutionInMeters?
optionaldcat: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
Inherited from
IDcatDatasetBase.dcat:spatialResolutionInMeters
dcterms:temporal?
optionaldcterms:temporal?:IDublinCorePeriodOfTime
The temporal period that the dataset covers.
See
https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_temporal
Inherited from
IDcatDatasetBase.dcterms:temporal
dcat:temporalResolution?
optionaldcat:temporalResolution?:string
Minimum time period resolvable in the dataset.
See
https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_temporal_resolution
Inherited from
IDcatDatasetBase.dcat:temporalResolution
prov:wasGeneratedBy?
optionalprov: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
Inherited from
IDcatDatasetBase.prov:wasGeneratedBy
@id?
optional@id?:string
The unique identifier for the resource.
Inherited from
dcterms:title?
optionaldcterms:title?:ObjectOrArray<string>
A name given to the resource.
See
https://www.w3.org/TR/vocab-dcat-3/#Property:resource_title
Inherited from
IDcatDatasetBase.dcterms:title
dcterms:description?
optionaldcterms:description?:ObjectOrArray<string>
A free-text account of the resource.
See
https://www.w3.org/TR/vocab-dcat-3/#Property:resource_description
Inherited from
IDcatDatasetBase.dcterms:description
dcterms:identifier?
optionaldcterms:identifier?:ObjectOrArray<string>
A unique identifier of the resource.
See
https://www.w3.org/TR/vocab-dcat-3/#Property:resource_identifier
Inherited from
IDcatDatasetBase.dcterms:identifier
dcterms:issued?
optionaldcterms: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
IDcatDatasetBase.dcterms:issued
dcterms:modified?
optionaldcterms: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
IDcatDatasetBase.dcterms:modified
dcterms:language?
optionaldcterms:language?:ObjectOrArray<string>
A language of the resource.
See
https://www.w3.org/TR/vocab-dcat-3/#Property:resource_language
Inherited from
IDcatDatasetBase.dcterms:language
dcterms:publisher?
optionaldcterms:publisher?:string|IFoafAgentWithAliases
An entity responsible for making the resource available.
See
https://www.w3.org/TR/vocab-dcat-3/#Property:resource_publisher
Inherited from
IDcatDatasetBase.dcterms:publisher
dcterms:creator?
optionaldcterms:creator?:string|IFoafAgentWithAliases
An entity responsible for producing the resource.
See
https://www.w3.org/TR/vocab-dcat-3/#Property:resource_creator
Inherited from
IDcatDatasetBase.dcterms:creator
dcterms:accessRights?
optionaldcterms: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
IDcatDatasetBase.dcterms:accessRights
dcterms:license?
optionaldcterms: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
IDcatDatasetBase.dcterms:license
dcterms:rights?
optionaldcterms: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
IDcatDatasetBase.dcterms:rights
dcterms:conformsTo?
optionaldcterms: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
IDcatDatasetBase.dcterms:conformsTo
dcterms:type?
optionaldcterms:type?:string
The nature or genre of the resource.
See
https://www.w3.org/TR/vocab-dcat-3/#Property:resource_type
Inherited from
dcat:contactPoint?
optionaldcat: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
IDcatDatasetBase.dcat:contactPoint
dcat:keyword?
optionaldcat:keyword?:ObjectOrArray<string>
A keyword or tag describing the resource.
See
https://www.w3.org/TR/vocab-dcat-3/#Property:resource_keyword
Inherited from
dcat:theme?
optionaldcat: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
dcat:landingPage?
optionaldcat: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
IDcatDatasetBase.dcat:landingPage
dcat:qualifiedRelation?
optionaldcat: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
IDcatDatasetBase.dcat:qualifiedRelation
odrl:hasPolicy?
optionalodrl: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