Gå til innhold

Class: Kommune

Liste over Norges kommunar.

URI: fint:Kommune

 classDiagram
    class Kommune
    click Kommune href "../kommune/"
      Begrep <|-- Kommune
        click Begrep href "../begrep/"

      Kommune : fylke





        Kommune --> "1" Fylke : fylke
        click Fylke href "../fylke/"



      Kommune : gyldighetsperiode





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



      Kommune : id





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



      Kommune : kode





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



      Kommune : navn





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



      Kommune : passiv





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

Eigenskapar

Obligatorisk

Namn Kardinalitet og domene Beskriving
fylke 1
Fylke
Fylke.

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
Matrikkelnummer kommunenummer range Kommune
Fylke kommune range Kommune
Person kommune range Kommune

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: Kommune
description: Liste over Norges kommunar.
from_schema: https://data.norge.no/fint/fint-common
is_a: Begrep
slots:
- fylke
slot_usage:
  fylke:
    name: fylke
    in_subset:
    - Obligatorisk
    required: true
class_uri: fint:Kommune

Induced

name: Kommune
description: Liste over Norges kommunar.
from_schema: https://data.norge.no/fint/fint-common
is_a: Begrep
slot_usage:
  fylke:
    name: fylke
    in_subset:
    - Obligatorisk
    required: true
attributes:
  fylke:
    name: fylke
    description: Fylke.
    in_subset:
    - Obligatorisk
    from_schema: https://data.norge.no/fint/fint-common
    slot_uri: fint:fylke
    owner: Kommune
    domain_of:
    - Kommune
    range: Fylke
    required: true
  id:
    name: id
    description: URI-identifikator for ressursen.
    from_schema: https://data.norge.no/fint/fint-common
    identifier: true
    owner: Kommune
    domain_of:
    - Begrep
    - Elev
    - Valuta
    - Person
    - Kontaktperson
    - Virksomhet
    - Faktura
    - Fakturagrunnlag
    - Fakturautsteder
    - Transaksjon
    - Postering
    - Leverandor
    - Leverandorgruppe
    - Vare
    - Merverdiavgift
    - OkonomiValuta
    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: Kommune
    domain_of:
    - Begrep
    - Vare
    - Merverdiavgift
    - OkonomiValuta
    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: Kommune
    domain_of:
    - Begrep
    - Fakturautsteder
    - Leverandorgruppe
    - Vare
    - Merverdiavgift
    - OkonomiValuta
    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: Kommune
    domain_of:
    - Begrep
    - Identifikator
    - Vare
    - Merverdiavgift
    - OkonomiValuta
    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: Kommune
    domain_of:
    - Begrep
    - Vare
    - Merverdiavgift
    - OkonomiValuta
    range: boolean
class_uri: fint:Kommune