Gå til innhold

Class: Rolle

Rettighet eller type fullmakt.

URI: adm:Rolle

 classDiagram
    class Rolle
    click Rolle href "../Rolle/"
      Rolle : beskrivelse





        Rolle --> "1" String : beskrivelse
        click String href "../http://www.w3.org/2001/XMLSchema#string/"



      Rolle : fullmakt





        Rolle --> "1..*" Fullmakt : fullmakt
        click Fullmakt href "../Fullmakt/"



      Rolle : id





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



      Rolle : rolleNavn





        Rolle --> "1" Identifikator : rolleNavn
        click Identifikator href "../Identifikator/"



Class Properties

Property Value
Class URI adm:Rolle

Eigenskapar

Obligatorisk

Namn Kardinalitet og domene Beskriving
rolleNavn 1
Identifikator
Namn på rolla; unik identifikator
beskrivelse 1
xsd:string
Beskriven namn eller omtale
fullmakt 1..*
Fullmakt
Fullmakt ressursen er knytt til

Andre

Namn Kardinalitet og domene Beskriving
id 1
xsd:anyURI
URI-identifikator for ressursen

Usages

used by used in type used
AdministrasjonContainer rollar range Rolle
Fullmakt rolle range Rolle

Identifier and Mapping Information

Schema Source

  • from schema: https://data.norge.no/fint/fint-administrasjon

Mappings

Mapping Type Mapped Value
self adm:Rolle
native https://data.norge.no/fint/fint-administrasjon/Rolle

LinkML Source

Direct

name: Rolle
description: Rettighet eller type fullmakt.
from_schema: https://data.norge.no/fint/fint-administrasjon
rank: 1000
slots:
- id
- rolleNavn
- beskrivelse
- fullmakt
slot_usage:
  rolleNavn:
    name: rolleNavn
    in_subset:
    - Obligatorisk
    required: true
  beskrivelse:
    name: beskrivelse
    in_subset:
    - Obligatorisk
    required: true
  fullmakt:
    name: fullmakt
    in_subset:
    - Obligatorisk
    required: true
    multivalued: true
class_uri: adm:Rolle

Induced

name: Rolle
description: Rettighet eller type fullmakt.
from_schema: https://data.norge.no/fint/fint-administrasjon
rank: 1000
slot_usage:
  rolleNavn:
    name: rolleNavn
    in_subset:
    - Obligatorisk
    required: true
  beskrivelse:
    name: beskrivelse
    in_subset:
    - Obligatorisk
    required: true
  fullmakt:
    name: fullmakt
    in_subset:
    - Obligatorisk
    required: true
    multivalued: true
attributes:
  id:
    name: id
    description: URI-identifikator for ressursen.
    from_schema: https://data.norge.no/fint/fint-common
    identifier: true
    owner: Rolle
    domain_of:
    - Begrep
    - Elev
    - Valuta
    - Person
    - Kontaktperson
    - Virksomhet
    - Lonn
    - Fravaer
    - Fullmakt
    - Rolle
    - Arbeidslokasjon
    - Organisasjonselement
    - Personalressurs
    - Arbeidsforhold
    range: uriorcurie
    required: true
  rolleNavn:
    name: rolleNavn
    description: Namn på rolla; unik identifikator.
    in_subset:
    - Obligatorisk
    from_schema: https://data.norge.no/fint/fint-administrasjon
    rank: 1000
    slot_uri: adm:rolleNavn
    owner: Rolle
    domain_of:
    - Rolle
    range: Identifikator
    required: true
    inlined: true
  beskrivelse:
    name: beskrivelse
    description: Beskriven namn eller omtale.
    in_subset:
    - Obligatorisk
    from_schema: https://data.norge.no/fint/fint-common
    slot_uri: fint:beskrivelse
    owner: Rolle
    domain_of:
    - Periode
    - Lonn
    - Rolle
    range: string
    required: true
  fullmakt:
    name: fullmakt
    description: Fullmakt ressursen er knytt til.
    in_subset:
    - Obligatorisk
    from_schema: https://data.norge.no/fint/fint-administrasjon
    rank: 1000
    slot_uri: adm:fullmakt
    owner: Rolle
    domain_of:
    - Rolle
    - Personalressurs
    range: Fullmakt
    required: true
    multivalued: true
class_uri: adm:Rolle