Skip to content

Slot: modificationDate

The date on which the resource was changed. Modelled as a DateOrDateTimeDataType disjunction (xsd:date | xsd:dateTime | xsd:gYear | xsd:gYearMonth) to match DCAT-AP's DateOrDateTimeDataType_Shape.

URI: [dct:modified](http://purl.org/dc/terms/modified) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [Catalogue](Catalogue.md) | A curated collection of metadata about resources (e | yes | | [CatalogueRecord](CatalogueRecord.md) | A description of a single entry in a data catalogue | yes | | [Dataset](Dataset.md) | A collection of data, published or curated by a single agent, and available f... | yes | | [DatasetSeries](DatasetSeries.md) | A collection of datasets that share a common schema and represent a change ov... | yes | | [Distribution](Distribution.md) | A specific representation of a dataset (e | yes | ## Properties ### Type and Range | Property | Value | | --- | --- | | Range | [String](String.md) or 
[Date](Date.md) or 
[Datetime](Datetime.md) or 
[GYear](GYear.md) or 
[GYearMonth](GYearMonth.md) | | Domain Of | [Catalogue](Catalogue.md), [CatalogueRecord](CatalogueRecord.md), [Dataset](Dataset.md), [DatasetSeries](DatasetSeries.md), [Distribution](Distribution.md) | | Slot URI | [dct:modified](http://purl.org/dc/terms/modified) | ### Cardinality and Requirements | Property | Value | | --- | --- |
Expressions & Logic #### Any Of Value must satisfy at least one of: - AnonymousSlotExpression({'range': 'date'}) - AnonymousSlotExpression({'range': 'datetime'}) - AnonymousSlotExpression({'range': 'gYear'}) - AnonymousSlotExpression({'range': 'gYearMonth'})
## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/semic/dcat-ap/3.0.1 ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | dct:modified | | native | dcat_ap:modificationDate | ## LinkML Source
name: modificationDate
description: The date on which the resource was changed. Modelled as a DateOrDateTimeDataType
  disjunction (xsd:date | xsd:dateTime | xsd:gYear | xsd:gYearMonth) to match DCAT-AP's
  DateOrDateTimeDataType_Shape.
from_schema: https://w3id.org/semic/dcat-ap/3.0.1
rank: 1000
slot_uri: dct:modified
domain_of:
- Catalogue
- CatalogueRecord
- Dataset
- DatasetSeries
- Distribution
range: string
any_of:
- range: date
- range: datetime
- range: gYear
- range: gYearMonth