Gå til innhold

Class: Datatype

Ein datatype — ein strukturert samansett type.

URI: modelldcatno:DataType

 classDiagram
    class Datatype
    click Datatype href "../Datatype/"
      Modellelement <|-- Datatype
        click Modellelement href "../Modellelement/"

      Datatype : begrep





        Datatype --> "*" Konsept : begrep
        click Konsept href "../Konsept/"



      Datatype : beskrivelse





        Datatype --> "*" LangString : beskrivelse
        click LangString href "../LangString/"



      Datatype : har_egenskap





        Datatype --> "*" Egenskap : har_egenskap
        click Egenskap href "../Egenskap/"



      Datatype : id





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



      Datatype : identifikator_literal





        Datatype --> "0..1" String : identifikator_literal
        click String href "../http://www.w3.org/2001/XMLSchema#string/"



      Datatype : tilhoerer_modul





        Datatype --> "*" Modul : tilhoerer_modul
        click Modul href "../Modul/"



      Datatype : tittel





        Datatype --> "*" LangString : tittel
        click LangString href "../LangString/"



Inheritance

Class Properties

Property Value
Class URI modelldcatno:DataType

Eigenskapar

Arva

| Namn | Kardinalitet og domene | Beskriving | Frå | | --- | --- | --- | --- || id | 1
xsd:anyURI | URI-identifikator for ressursen | Modellelement | | tittel | *
LangString | Namn/tittel på ressursen (dct:title) | Modellelement | | begrep | *
Konsept | Fagomgrep ressursen handlar om (dct:subject) | Modellelement | | identifikator_literal | 0..1
xsd:string | Tekstleg identifikator for ressursen (dct:identifier) | Modellelement | | har_egenskap | *
Egenskap | Eigenskapar modellelementet har (modelldcatno:hasProperty) | Modellelement | | beskrivelse | *
LangString | Fritekstbeskrivelse av ressursen (dct:description) | Modellelement | | tilhoerer_modul | *
Modul | Modul dette elementet tilhører (modelldcatno:belongsToModule) | Modellelement |

Usages

used by used in type used
Attributt har_datatype range Datatype

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 modelldcatno:DataType
native https://data.norge.no/ap-no/modelldcat-ap-no/Datatype

LinkML Source

Direct

name: Datatype
description: Ein datatype — ein strukturert samansett type.
in_subset:
- Metadata
from_schema: https://data.norge.no/ap-no/modelldcat-ap-no
rank: 1000
is_a: Modellelement
class_uri: modelldcatno:DataType

Induced

name: Datatype
description: Ein datatype — ein strukturert samansett type.
in_subset:
- Metadata
from_schema: https://data.norge.no/ap-no/modelldcat-ap-no
rank: 1000
is_a: Modellelement
attributes:
  id:
    name: id
    description: URI-identifikator for ressursen.
    from_schema: https://data.norge.no/ap-no/common-ap-no
    identifier: true
    owner: Datatype
    domain_of:
    - Mediatype
    - Konsept
    - Begrepssamling
    - KatalogisertRessurs
    - Aktoer
    - Kontaktopplysning
    - Standard
    - Lisensdokument
    - Lokasjon
    - Tidsperiode
    - Dokument
    - Modellkatalog
    - Informasjonsmodell
    - Modellelement
    - Egenskap
    - Note
    - Kodeelement
    range: uriorcurie
    required: true
  tittel:
    name: tittel
    description: Namn/tittel på ressursen (dct:title).
    in_subset:
    - Obligatorisk
    from_schema: https://data.norge.no/ap-no/common-ap-no
    slot_uri: dct:title
    owner: Datatype
    domain_of:
    - Standard
    - Dokument
    - Modellkatalog
    - Informasjonsmodell
    - Modellelement
    - Egenskap
    - Note
    range: LangString
    multivalued: true
  begrep:
    name: begrep
    description: Fagomgrep ressursen handlar om (dct:subject).
    in_subset:
    - Anbefalt
    from_schema: https://data.norge.no/ap-no/modelldcat-ap-no
    rank: 1000
    slot_uri: dct:subject
    owner: Datatype
    domain_of:
    - Informasjonsmodell
    - Modellelement
    - Egenskap
    - Kodeelement
    range: Konsept
    multivalued: true
  identifikator_literal:
    name: identifikator_literal
    description: Tekstleg identifikator for ressursen (dct:identifier).
    in_subset:
    - Anbefalt
    from_schema: https://data.norge.no/ap-no/common-ap-no
    slot_uri: dct:identifier
    owner: Datatype
    domain_of:
    - Aktoer
    - Modellkatalog
    - Informasjonsmodell
    - Modellelement
    - Egenskap
    - Note
    - Kodeelement
    range: string
  har_egenskap:
    name: har_egenskap
    description: Eigenskapar modellelementet har (modelldcatno:hasProperty).
    in_subset:
    - Anbefalt
    from_schema: https://data.norge.no/ap-no/modelldcat-ap-no
    rank: 1000
    slot_uri: modelldcatno:hasProperty
    owner: Datatype
    domain_of:
    - Modellelement
    range: Egenskap
    multivalued: true
  beskrivelse:
    name: beskrivelse
    description: Fritekstbeskrivelse av ressursen (dct:description).
    in_subset:
    - Valgfri
    from_schema: https://data.norge.no/ap-no/common-ap-no
    slot_uri: dct:description
    owner: Datatype
    domain_of:
    - Modellkatalog
    - Informasjonsmodell
    - Modellelement
    - Egenskap
    range: LangString
    multivalued: true
  tilhoerer_modul:
    name: tilhoerer_modul
    description: Modul dette elementet tilhører (modelldcatno:belongsToModule).
    in_subset:
    - Valgfri
    from_schema: https://data.norge.no/ap-no/modelldcat-ap-no
    rank: 1000
    slot_uri: modelldcatno:belongsToModule
    owner: Datatype
    domain_of:
    - Modellelement
    - Egenskap
    - Note
    range: Modul
    multivalued: true
class_uri: modelldcatno:DataType