Gå til innhold

Class: Adresse

Ei postadresse knytt til ein aktør, organisasjon eller kontaktpunkt.

URI: locn:Address

 classDiagram
    class Adresse
    click Adresse href "../adresse/"
      Adresse : full_adresse





        Adresse --> "*" String : full_adresse
        click String href "http://www.w3.org/2001/XMLSchema#string"



      Adresse : id





        Adresse --> "1" Uriorcurie : id
        click Uriorcurie href "http://www.w3.org/2001/XMLSchema#anyURI"



      Adresse : land





        Adresse --> "0..1" String : land
        click String href "http://www.w3.org/2001/XMLSchema#string"



      Adresse : postnummer





        Adresse --> "0..1" String : postnummer
        click String href "http://www.w3.org/2001/XMLSchema#string"



      Adresse : poststad





        Adresse --> "*" LangString : poststad
        click LangString href "../langstring/"



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 locn:Address

Eigenskapar

Valgfri

Namn Kardinalitet og domene Beskriving
full_adresse *
xsd:string
Full adresse som fritekst.
postnummer 0..1
xsd:string
Postnummer.
poststad *
LangString
Poststad/by.
land 0..1
xsd:string
Land (ISO 3166-1 alpha-2 kode).

Andre

Namn Kardinalitet og domene Beskriving
id 1
xsd:anyURI
URI-identifikator for ressursen.

Usages

used by used in type used
Aktor adresse_ref range Adresse
OffentligOrganisasjon adresse_ref range Adresse

Identifier and Mapping Information

Schema Source

  • from schema: https://data.norge.no/ap-no/cpsv-ap-no

Mappings

Mapping Type Mapped Value
self locn:Address
native https://data.norge.no/ap-no/cpsv-ap-no/Adresse

LinkML Source

Direct

name: Adresse
description: Ei postadresse knytt til ein aktør, organisasjon eller kontaktpunkt.
from_schema: https://data.norge.no/ap-no/cpsv-ap-no
rank: 1000
slots:
- id
- full_adresse
- postnummer
- poststad
- land
slot_usage:
  full_adresse:
    name: full_adresse
    in_subset:
    - Valgfri
  postnummer:
    name: postnummer
    in_subset:
    - Valgfri
  poststad:
    name: poststad
    in_subset:
    - Valgfri
  land:
    name: land
    in_subset:
    - Valgfri
class_uri: locn:Address

Induced

name: Adresse
description: Ei postadresse knytt til ein aktør, organisasjon eller kontaktpunkt.
from_schema: https://data.norge.no/ap-no/cpsv-ap-no
rank: 1000
slot_usage:
  full_adresse:
    name: full_adresse
    in_subset:
    - Valgfri
  postnummer:
    name: postnummer
    in_subset:
    - Valgfri
  poststad:
    name: poststad
    in_subset:
    - Valgfri
  land:
    name: land
    in_subset:
    - Valgfri
attributes:
  id:
    name: id
    description: URI-identifikator for ressursen.
    from_schema: https://data.norge.no/ap-no/common-ap-no
    identifier: true
    owner: Adresse
    domain_of:
    - Lisensdokument
    - Mediatype
    - Konsept
    - Begrepssamling
    - OffentligTjeneste
    - Tjeneste
    - LovpaalagdTjeneste
    - Hendelse
    - Aktor
    - Kontaktpunkt
    - Tjenestekanal
    - Dokumentasjonstype
    - Tjenesteresultattype
    - Tjenesteresultattypeliste
    - Gebyr
    - Regel
    - RegulativRessurs
    - Deltagelse
    - Adresse
    - Katalog
    range: uriorcurie
    required: true
  full_adresse:
    name: full_adresse
    description: Full adresse som fritekst.
    in_subset:
    - Valgfri
    from_schema: https://data.norge.no/ap-no/cpsv-ap-no
    slot_uri: locn:fullAddress
    owner: Adresse
    domain_of:
    - Adresse
    range: string
    multivalued: true
  postnummer:
    name: postnummer
    description: Postnummer.
    in_subset:
    - Valgfri
    from_schema: https://data.norge.no/ap-no/cpsv-ap-no
    slot_uri: locn:postCode
    owner: Adresse
    domain_of:
    - Adresse
    range: string
  poststad:
    name: poststad
    description: Poststad/by.
    in_subset:
    - Valgfri
    from_schema: https://data.norge.no/ap-no/cpsv-ap-no
    slot_uri: locn:postName
    owner: Adresse
    domain_of:
    - Adresse
    range: LangString
    multivalued: true
  land:
    name: land
    description: Land (ISO 3166-1 alpha-2 kode).
    in_subset:
    - Valgfri
    from_schema: https://data.norge.no/ap-no/cpsv-ap-no
    slot_uri: locn:adminUnitL1
    owner: Adresse
    domain_of:
    - Adresse
    range: string
class_uri: locn:Address