Class: Tidsrom
Eit tidsrom med start- og/eller sluttdato (dct:PeriodOfTime).
URI: dct:PeriodOfTime
classDiagram
class Tidsrom
click Tidsrom href "../Tidsrom/"
Tidsrom : id
Tidsrom --> "1" Uriorcurie : id
click Uriorcurie href "../http://www.w3.org/2001/XMLSchema#anyURI/"
Tidsrom : tidsrom_slutt
Tidsrom --> "0..1" Date : tidsrom_slutt
click Date href "../http://www.w3.org/2001/XMLSchema#date/"
Tidsrom : tidsrom_start
Tidsrom --> "0..1" Date : tidsrom_start
click Date href "../http://www.w3.org/2001/XMLSchema#date/"
Class Properties
| Property | Value |
|---|---|
| Class URI | dct:PeriodOfTime |
Eigenskapar
Andre
| Namn | Kardinalitet og domene | Beskriving |
|---|---|---|
| id | 1 xsd:anyURI |
URI-identifikator for ressursen |
| tidsrom_start | 0..1 xsd:date |
Startdato for tidsromet (dct:startDate) |
| tidsrom_slutt | 0..1 xsd:date |
Sluttdato for tidsromet (dct:endDate) |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Klassifikasjon | gjeld_for_tidsrom | range | Tidsrom |
Identifier and Mapping Information
Schema Source
- from schema: https://data.norge.no/ap-no/xkos-ap-no
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | dct:PeriodOfTime |
| native | https://data.norge.no/ap-no/xkos-ap-no/Tidsrom |
LinkML Source
Direct
Induced
name: Tidsrom
description: Eit tidsrom med start- og/eller sluttdato (dct:PeriodOfTime).
from_schema: https://data.norge.no/ap-no/xkos-ap-no
rank: 1000
attributes:
id:
name: id
description: URI-identifikator for ressursen.
from_schema: https://data.norge.no/ap-no/common-ap-no
identifier: true
owner: Tidsrom
domain_of:
- Mediatype
- Konsept
- Begrepssamling
- Klassifikasjon
- Klassifikasjonsnivaa
- Kategori
- Klassifikasjonssamanlikning
- Kategorisamanlikning
- Organisasjon
- Tidsrom
range: uriorcurie
required: true
tidsrom_start:
name: tidsrom_start
description: Startdato for tidsromet (dct:startDate).
from_schema: https://data.norge.no/ap-no/xkos-ap-no
rank: 1000
slot_uri: dct:startDate
owner: Tidsrom
domain_of:
- Tidsrom
range: date
tidsrom_slutt:
name: tidsrom_slutt
description: Sluttdato for tidsromet (dct:endDate).
from_schema: https://data.norge.no/ap-no/xkos-ap-no
rank: 1000
slot_uri: dct:endDate
owner: Tidsrom
domain_of:
- Tidsrom
range: date
class_uri: dct:PeriodOfTime