Gå til innhold

Class: Tidsperiode

Eit tidsintervall med start- og sluttdato.

URI: dct:PeriodOfTime

 classDiagram
    class Tidsperiode
    click Tidsperiode href "../Tidsperiode/"
      Tidsperiode : id





        Tidsperiode --> "1" Uriorcurie : id
        click Uriorcurie href "../http://www.w3.org/2001/XMLSchema#anyURI/"



      Tidsperiode : sluttdato





        Tidsperiode --> "0..1" Date : sluttdato
        click Date href "../http://www.w3.org/2001/XMLSchema#date/"



      Tidsperiode : startdato





        Tidsperiode --> "0..1" Date : startdato
        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
startdato 0..1
xsd:date
Startdato for tidsperioden (dcat:startDate)
sluttdato 0..1
xsd:date
Sluttdato for tidsperioden (dcat:endDate)

Usages

used by used in type used
Informasjonsmodell gyldighetsperiode range Tidsperiode

In Subsets

Identifier and Mapping Information

Schema Source

  • from schema: https://data.norge.no/ap-no/modelldcat-ap-no

Mappings

Mapping Type Mapped Value
self dct:PeriodOfTime
native https://data.norge.no/ap-no/modelldcat-ap-no/Tidsperiode

LinkML Source

Direct

name: Tidsperiode
description: Eit tidsintervall med start- og sluttdato.
in_subset:
- Metadata
from_schema: https://data.norge.no/ap-no/modelldcat-ap-no
rank: 1000
slots:
- id
- startdato
- sluttdato
class_uri: dct:PeriodOfTime

Induced

name: Tidsperiode
description: Eit tidsintervall med start- og sluttdato.
in_subset:
- Metadata
from_schema: https://data.norge.no/ap-no/modelldcat-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: Tidsperiode
    domain_of:
    - Mediatype
    - Konsept
    - Begrepssamling
    - KatalogisertRessurs
    - Aktoer
    - Kontaktopplysning
    - Standard
    - Lisensdokument
    - Lokasjon
    - Tidsperiode
    - Dokument
    - Modellkatalog
    - Informasjonsmodell
    - Modellelement
    - Egenskap
    - Note
    - Kodeelement
    range: uriorcurie
    required: true
  startdato:
    name: startdato
    description: Startdato for tidsperioden (dcat:startDate).
    from_schema: https://data.norge.no/ap-no/modelldcat-ap-no
    rank: 1000
    slot_uri: dcat:startDate
    owner: Tidsperiode
    domain_of:
    - Tidsperiode
    range: date
  sluttdato:
    name: sluttdato
    description: Sluttdato for tidsperioden (dcat:endDate).
    from_schema: https://data.norge.no/ap-no/modelldcat-ap-no
    rank: 1000
    slot_uri: dcat:endDate
    owner: Tidsperiode
    domain_of:
    - Tidsperiode
    range: date
class_uri: dct:PeriodOfTime