Class: Grunnkrets
Ei grunnkrets – minste geografiske eining i statistisk inndeling.
URI: ngr:Grunnkrets
classDiagram
class Grunnkrets
click Grunnkrets href "../Grunnkrets/"
GeografiskOmrade <|-- Grunnkrets
click GeografiskOmrade href "../GeografiskOmrade/"
Grunnkrets : grunnkretsnummer
Grunnkrets --> "0..1" String : grunnkretsnummer
click String href "../http://www.w3.org/2001/XMLSchema#string/"
Grunnkrets : id
Grunnkrets --> "1" Uriorcurie : id
click Uriorcurie href "../http://www.w3.org/2001/XMLSchema#anyURI/"
Grunnkrets : namn
Grunnkrets --> "0..1" String : namn
click String href "../http://www.w3.org/2001/XMLSchema#string/"
Inheritance
- GeografiskOmrade
- Grunnkrets
Class Properties
| Property | Value |
|---|---|
| Class URI | ngr:Grunnkrets |
Eigenskapar
Andre
| Namn | Kardinalitet og domene | Beskriving |
|---|---|---|
| grunnkretsnummer | 0..1 xsd:string |
Åttesifra grunnkretsnummer (kommunenummer + firesifra kretsnummer) |
Arva
| Namn | Kardinalitet og domene | Beskriving | Frå |
| --- | --- | --- | --- || id | 1
xsd:anyURI | URI-identifikator for ressursen | GeografiskOmrade |
| namn | 0..1
xsd:string | Namn på det geografiske området eller adressekomponenten | GeografiskOmrade |
Usages
| used by | used in | type | used |
|---|---|---|---|
| AdresseContainer | grunnkretsar | range | Grunnkrets |
Identifier and Mapping Information
Schema Source
- from schema: https://data.norge.no/ngr/ngr-adresse
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | ngr:Grunnkrets |
| native | https://data.norge.no/ngr/ngr-adresse/Grunnkrets |
Examples
Example: Grunnkrets-03010101
LinkML Source
Direct
Induced
name: Grunnkrets
description: Ei grunnkrets – minste geografiske eining i statistisk inndeling.
from_schema: https://data.norge.no/ngr/ngr-adresse
rank: 1000
is_a: GeografiskOmrade
attributes:
grunnkretsnummer:
name: grunnkretsnummer
description: Åttesifra grunnkretsnummer (kommunenummer + firesifra kretsnummer).
from_schema: https://data.norge.no/ngr/ngr-adresse
rank: 1000
slot_uri: ngr:grunnkretsnummer
owner: Grunnkrets
domain_of:
- Grunnkrets
range: string
id:
name: id
description: URI-identifikator for ressursen.
from_schema: https://data.norge.no/ngr/ngr-adresse
rank: 1000
identifier: true
owner: Grunnkrets
domain_of:
- GeografiskAdresse
- Adressenavn
- Adresseomrade
- Adressekode
- Husnummer
- Bruksenhetsnummer
- Representasjonspunkt
- GeografiskOmrade
- Postboks
- Bygning
- Bruksenhet
range: uriorcurie
required: true
namn:
name: namn
description: Namn på det geografiske området eller adressekomponenten.
from_schema: https://data.norge.no/ngr/ngr-adresse
rank: 1000
slot_uri: ngr:namn
owner: Grunnkrets
domain_of:
- Adresseomrade
- GeografiskOmrade
range: string
class_uri: ngr:Grunnkrets