Gå til innhold

Class: Kjonn

Verdiar for kjønn basert på ISO/IEC 5218.

URI: fint:Kjonn

 classDiagram
    class Kjonn
    click Kjonn href "../kjonn/"
      Begrep <|-- Kjonn
        click Begrep href "../begrep/"

      Kjonn : gyldighetsperiode





        Kjonn --> "0..1" Periode : gyldighetsperiode
        click Periode href "../periode/"



      Kjonn : id





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



      Kjonn : kode





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



      Kjonn : navn





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



      Kjonn : passiv





        Kjonn --> "0..1" Boolean : passiv
        click Boolean href "http://www.w3.org/2001/XMLSchema#boolean"



Om diagrammet

Klikk på attributt-radene i klasseboksen ovanfor opnar same side som klassenamnet — Mermaid sin classDiagram-syntaks støttar berre éin klikkbar lenkje per klasseboks, ikkje éin per attributt (BUG-14). ## Eigenskapar-tabellen lenger nede på sida er fasiten for slot-spesifikke lenkjer.

Inheritance

Class Properties

Property Value
Class URI fint:Kjonn

Eigenskapar

Arva

Namn Kardinalitet og domene Beskriving Frå
id 1
xsd:anyURI
URI-identifikator for ressursen. Begrep
kode 1
xsd:string
Verdi som identifiserer omgrepet. Begrep
navn 1
xsd:string
Hovudnamn for ressursen. Begrep
gyldighetsperiode 0..1
Periode
Periode ressursen er gyldig for. Begrep
passiv 0..1
xsd:boolean
Angir at koden er passiv og ikkje kan veljast. Begrep

Usages

used by used in type used
Person kjonn range Kjonn
AdministrasjonContainer kjonn range Kjonn

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self fint:Kjonn
native https://schema.fintlabs.no/:Kjonn

LinkML Source

Direct

name: Kjonn
description: Verdiar for kjønn basert på ISO/IEC 5218.
from_schema: https://data.norge.no/fint/fint-common
is_a: Begrep
class_uri: fint:Kjonn

Induced

name: Kjonn
description: Verdiar for kjønn basert på ISO/IEC 5218.
from_schema: https://data.norge.no/fint/fint-common
is_a: Begrep
attributes:
  id:
    name: id
    description: URI-identifikator for ressursen.
    from_schema: https://data.norge.no/fint/fint-common
    identifier: true
    owner: Kjonn
    domain_of:
    - Begrep
    - Elev
    - Valuta
    - Person
    - Kontaktperson
    - Virksomhet
    - Lonn
    - Fravaer
    - Fullmakt
    - Rolle
    - Arbeidslokasjon
    - Organisasjonselement
    - Personalressurs
    - Arbeidsforhold
    range: uriorcurie
    required: true
  kode:
    name: kode
    description: Verdi som identifiserer omgrepet.
    in_subset:
    - Obligatorisk
    from_schema: https://data.norge.no/fint/fint-common
    slot_uri: fint:kode
    owner: Kjonn
    domain_of:
    - Begrep
    range: string
    required: true
  navn:
    name: navn
    description: Hovudnamn for ressursen.
    in_subset:
    - Obligatorisk
    from_schema: https://data.norge.no/fint/fint-common
    slot_uri: fint:navn
    owner: Kjonn
    domain_of:
    - Begrep
    - Organisasjonselement
    range: string
    required: true
  gyldighetsperiode:
    name: gyldighetsperiode
    description: Periode ressursen er gyldig for.
    in_subset:
    - Valgfri
    from_schema: https://data.norge.no/fint/fint-common
    slot_uri: fint:gyldighetsperiode
    owner: Kjonn
    domain_of:
    - Begrep
    - Identifikator
    - Fullmakt
    - Organisasjonselement
    - Arbeidsforhold
    range: Periode
    inlined: true
  passiv:
    name: passiv
    description: Angir at koden er passiv og ikkje kan veljast.
    in_subset:
    - Valgfri
    from_schema: https://data.norge.no/fint/fint-common
    slot_uri: fint:passiv
    owner: Kjonn
    domain_of:
    - Begrep
    range: boolean
class_uri: fint:Kjonn