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/"
Inheritance
- Begrep
- Kommune
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 |
| AdministrasjonContainer | kommunar | 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
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
- AdministrasjonContainer
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
- 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: Kommune
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: Kommune
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: Kommune
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: Kommune
domain_of:
- Begrep
range: boolean
class_uri: fint:Kommune