Skip to content

Slot: listingDate

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

URI: [dct:issued](http://purl.org/dc/terms/issued) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [CatalogueRecord](CatalogueRecord.md) | A description of a single entry in a data catalogue | 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 | [CatalogueRecord](CatalogueRecord.md) | | Slot URI | [dct:issued](http://purl.org/dc/terms/issued) | ### 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:issued | | native | dcat_ap:listingDate | ## LinkML Source
name: listingDate
description: The date on which the description was listed in the catalogue. 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:issued
domain_of:
- CatalogueRecord
range: string
any_of:
- range: date
- range: datetime
- range: gYear
- range: gYearMonth