Skip to content

Slot: endDate

The end of the period. Modelled as a DateOrDateTimeDataType disjunction (xsd:date | xsd:dateTime | xsd:gYear | xsd:gYearMonth) to match DCAT-AP's DateOrDateTimeDataType_Shape.

URI: [dcat:endDate](http://www.w3.org/ns/dcat#endDate) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [PeriodOfTime](PeriodOfTime.md) | An interval of time named or defined by its start and end | 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 | [PeriodOfTime](PeriodOfTime.md) | | Slot URI | [dcat:endDate](http://www.w3.org/ns/dcat#endDate) | ### 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 | dcat:endDate | | native | dcat_ap:endDate | ## LinkML Source
name: endDate
description: The end of the period. 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: dcat:endDate
domain_of:
- PeriodOfTime
range: string
any_of:
- range: date
- range: datetime
- range: gYear
- range: gYearMonth