Gå til innhold

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/"



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
Faktura adresse 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

name: Adresse
description: Fysisk adresse eller postadresse.
from_schema: https://data.norge.no/fint/fint-common
slots:
- adresselinje
- postnummer
- poststed
- land
class_uri: fint:Adresse

Induced

name: Adresse
description: Fysisk adresse eller postadresse.
from_schema: https://data.norge.no/fint/fint-common
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