Class: Representasjonspunkt
Eit geografisk punkt (koordinatpar) som representerer posisjonen til adressa.
URI: ngr:Representasjonspunkt
classDiagram
class Representasjonspunkt
click Representasjonspunkt href "../Representasjonspunkt/"
Representasjonspunkt : id
Representasjonspunkt --> "1" Uriorcurie : id
click Uriorcurie href "../http://www.w3.org/2001/XMLSchema#anyURI/"
Representasjonspunkt : koordinat_nord
Representasjonspunkt --> "1" Float : koordinat_nord
click Float href "../http://www.w3.org/2001/XMLSchema#float/"
Representasjonspunkt : koordinat_ost
Representasjonspunkt --> "1" Float : koordinat_ost
click Float href "../http://www.w3.org/2001/XMLSchema#float/"
Representasjonspunkt : koordinatsystem
Representasjonspunkt --> "0..1" String : koordinatsystem
click String href "../http://www.w3.org/2001/XMLSchema#string/"
Class Properties
Eigenskapar
Obligatorisk
Anbefalt
Andre
| Namn |
Kardinalitet og domene |
Beskriving |
| id |
1 xsd:anyURI |
URI-identifikator for ressursen |
Usages
Schema Source
- from schema: https://data.norge.no/ngr/ngr-adresse
Mappings
| Mapping Type |
Mapped Value |
| self |
ngr:Representasjonspunkt |
| native |
https://data.norge.no/ngr/ngr-adresse/Representasjonspunkt |
Examples
Example: Representasjonspunkt-1
id: https://example.org/punkt/1
koordinat_ost: 262893.0
koordinat_nord: 6651192.0
koordinatsystem: EPSG:25833
LinkML Source
Direct
name: Representasjonspunkt
description: Eit geografisk punkt (koordinatpar) som representerer posisjonen til
adressa.
from_schema: https://data.norge.no/ngr/ngr-adresse
rank: 1000
slots:
- id
- koordinat_ost
- koordinat_nord
- koordinatsystem
slot_usage:
koordinat_ost:
name: koordinat_ost
in_subset:
- Obligatorisk
required: true
koordinat_nord:
name: koordinat_nord
in_subset:
- Obligatorisk
required: true
koordinatsystem:
name: koordinatsystem
in_subset:
- Anbefalt
class_uri: ngr:Representasjonspunkt
Induced
name: Representasjonspunkt
description: Eit geografisk punkt (koordinatpar) som representerer posisjonen til
adressa.
from_schema: https://data.norge.no/ngr/ngr-adresse
rank: 1000
slot_usage:
koordinat_ost:
name: koordinat_ost
in_subset:
- Obligatorisk
required: true
koordinat_nord:
name: koordinat_nord
in_subset:
- Obligatorisk
required: true
koordinatsystem:
name: koordinatsystem
in_subset:
- Anbefalt
attributes:
id:
name: id
description: URI-identifikator for ressursen.
from_schema: https://data.norge.no/ngr/ngr-adresse
rank: 1000
identifier: true
owner: Representasjonspunkt
domain_of:
- GeografiskAdresse
- Adressenavn
- Adresseomrade
- Adressekode
- Husnummer
- Bruksenhetsnummer
- Representasjonspunkt
- GeografiskOmrade
- Postboks
- Bygning
- Bruksenhet
range: uriorcurie
required: true
koordinat_ost:
name: koordinat_ost
description: Austleg koordinat (X) i det angitte koordinatsystemet.
in_subset:
- Obligatorisk
from_schema: https://data.norge.no/ngr/ngr-adresse
rank: 1000
slot_uri: ngr:koordinatOst
owner: Representasjonspunkt
domain_of:
- Representasjonspunkt
range: float
required: true
koordinat_nord:
name: koordinat_nord
description: Nordleg koordinat (Y) i det angitte koordinatsystemet.
in_subset:
- Obligatorisk
from_schema: https://data.norge.no/ngr/ngr-adresse
rank: 1000
slot_uri: ngr:koordinatNord
owner: Representasjonspunkt
domain_of:
- Representasjonspunkt
range: float
required: true
koordinatsystem:
name: koordinatsystem
description: Koordinatsystem/projeksjon (t.d. EPSG:25833 for UTM sone 33N).
in_subset:
- Anbefalt
from_schema: https://data.norge.no/ngr/ngr-adresse
rank: 1000
slot_uri: ngr:koordinatsystem
owner: Representasjonspunkt
domain_of:
- Representasjonspunkt
range: string
class_uri: ngr:Representasjonspunkt