Gå til innhold

Class: Fylke

Liste over Norges fylker.

URI: fint:Fylke

 classDiagram
    class Fylke
    click Fylke href "../fylke/"
      Begrep <|-- Fylke
        click Begrep href "../begrep/"

      Fylke : gyldighetsperiode





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



      Fylke : id





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



      Fylke : kode





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



      Fylke : kommune





        Fylke --> "*" Kommune : kommune
        click Kommune href "../kommune/"



      Fylke : navn





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



      Fylke : passiv





        Fylke --> "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:Fylke

Eigenskapar

Valgfri

Namn Kardinalitet og domene Beskriving
kommune *
Kommune
Kommune.

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
Kommune fylke range Fylke

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: Fylke
description: Liste over Norges fylker.
from_schema: https://data.norge.no/fint/fint-common
is_a: Begrep
slots:
- kommune
slot_usage:
  kommune:
    name: kommune
    in_subset:
    - Valgfri
    multivalued: true
class_uri: fint:Fylke

Induced

name: Fylke
description: Liste over Norges fylker.
from_schema: https://data.norge.no/fint/fint-common
is_a: Begrep
slot_usage:
  kommune:
    name: kommune
    in_subset:
    - Valgfri
    multivalued: true
attributes:
  kommune:
    name: kommune
    description: Kommune.
    in_subset:
    - Valgfri
    from_schema: https://data.norge.no/fint/fint-common
    slot_uri: fint:kommune
    owner: Fylke
    domain_of:
    - Fylke
    - Person
    range: Kommune
    multivalued: true
  id:
    name: id
    description: URI-identifikator for ressursen.
    from_schema: https://data.norge.no/fint/fint-common
    identifier: true
    owner: Fylke
    domain_of:
    - Begrep
    - Elev
    - Valuta
    - Person
    - Kontaktperson
    - Virksomhet
    - Behandling
    - Samtykke
    - Tjeneste
    - Behandlingsgrunnlag
    - Personopplysning
    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: Fylke
    domain_of:
    - Begrep
    - Behandlingsgrunnlag
    - Personopplysning
    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: Fylke
    domain_of:
    - Begrep
    - Tjeneste
    - Behandlingsgrunnlag
    - Personopplysning
    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: Fylke
    domain_of:
    - Begrep
    - Identifikator
    - Samtykke
    - Behandlingsgrunnlag
    - Personopplysning
    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: Fylke
    domain_of:
    - Begrep
    - Behandlingsgrunnlag
    - Personopplysning
    range: boolean
class_uri: fint:Fylke