Class: Adresse
Fysisk adresse eller postadresse.
URI: fint:Adresse
classDiagram
class Adresse
click Adresse href "../adresse/"
Adresse : adresselinje
Adresse --> "*" String : adresselinje
click String href "http://www.w3.org/2001/XMLSchema#string"
Adresse : land
Adresse --> "0..1" Landkode : land
click Landkode href "../landkode/"
Adresse : postnummer
Adresse --> "0..1" String : postnummer
click String href "http://www.w3.org/2001/XMLSchema#string"
Adresse : poststed
Adresse --> "0..1" String : poststed
click String href "http://www.w3.org/2001/XMLSchema#string"
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.
Class Properties
| Property | Value |
|---|---|
| Class URI | fint:Adresse |
Eigenskapar
Andre
| Namn | Kardinalitet og domene | Beskriving |
|---|---|---|
| adresselinje | * xsd:string |
Adresseinformasjon. |
| postnummer | 0..1 xsd:string |
Postnummer. |
| poststed | 0..1 xsd:string |
Poststad. |
| land | 0..1 Landkode |
Land der adressa befinn seg. |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Aktoer | postadresse | range | Adresse |
| Enhet | forretningsadresse | range | Adresse |
| Enhet | postadresse | range | Adresse |
| Matrikkelnummer | adresse | range | Adresse |
| Person | bostedsadresse | range | Adresse |
| Person | postadresse | range | Adresse |
| Virksomhet | forretningsadresse | range | Adresse |
| Virksomhet | postadresse | range | Adresse |
Identifier and Mapping Information
Schema Source
- from schema: https://data.norge.no/fint/fint-common
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | fint:Adresse |
| native | https://schema.fintlabs.no/:Adresse |
LinkML Source
Direct
Induced
name: Adresse
description: Fysisk adresse eller postadresse.
from_schema: https://data.norge.no/fint/fint-common
rank: 1000
attributes:
adresselinje:
name: adresselinje
description: Adresseinformasjon.
from_schema: https://data.norge.no/fint/fint-common
slot_uri: fint:adresselinje
owner: Adresse
domain_of:
- Adresse
range: string
multivalued: true
inlined: true
inlined_as_list: true
postnummer:
name: postnummer
description: Postnummer.
from_schema: https://data.norge.no/fint/fint-common
slot_uri: fint:postnummer
owner: Adresse
domain_of:
- Adresse
range: string
poststed:
name: poststed
description: Poststad.
from_schema: https://data.norge.no/fint/fint-common
slot_uri: fint:poststed
owner: Adresse
domain_of:
- Adresse
range: string
land:
name: land
description: Land der adressa befinn seg.
from_schema: https://data.norge.no/fint/fint-common
slot_uri: fint:land
owner: Adresse
domain_of:
- Adresse
range: Landkode
class_uri: fint:Adresse