Gå til innhold

Class: Postboksadresse

Ei postboksadresse registrert i Postboksregisteret (Posten Norge).

URI: ngr:Postboksadresse

 classDiagram
    class Postboksadresse
    click Postboksadresse href "../Postboksadresse/"
      GeografiskAdresse <|-- Postboksadresse
        click GeografiskAdresse href "../GeografiskAdresse/"

      Postboksadresse : id





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



      Postboksadresse : postboks_ref





        Postboksadresse --> "1" Postboks : postboks_ref
        click Postboks href "../Postboks/"



      Postboksadresse : postboksanleggsnavn





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



      Postboksadresse : poststed_ref





        Postboksadresse --> "1" Poststed : poststed_ref
        click Poststed href "../Poststed/"



Inheritance

Class Properties

Property Value
Class URI ngr:Postboksadresse

Eigenskapar

Obligatorisk

Namn Kardinalitet og domene Beskriving
postboks_ref 1
Postboks
Postboksen denne postboksadressa tilhøyrer
poststed_ref 1
Poststed
Poststedet (postnummer) denne adressa høyrer til

Valgfri

Namn Kardinalitet og domene Beskriving
postboksanleggsnavn 0..1
xsd:string
Namn på postboksanlegget (t

Arva

| Namn | Kardinalitet og domene | Beskriving | Frå | | --- | --- | --- | --- || id | 1
xsd:anyURI | URI-identifikator for ressursen | GeografiskAdresse |

Usages

used by used in type used
AdresseContainer postboksadresser range Postboksadresse

Identifier and Mapping Information

Schema Source

  • from schema: https://data.norge.no/ngr/ngr-adresse

Mappings

Mapping Type Mapped Value
self ngr:Postboksadresse
native https://data.norge.no/ngr/ngr-adresse/Postboksadresse

Examples

Example: Postboksadresse-1

id: https://example.org/adresse/postboks/1
postboks_ref: https://example.org/postboks/1
poststed_ref: https://example.org/poststed/0101
postboksanleggsnavn: Digdir

LinkML Source

Direct

name: Postboksadresse
description: Ei postboksadresse registrert i Postboksregisteret (Posten Norge).
from_schema: https://data.norge.no/ngr/ngr-adresse
rank: 1000
is_a: GeografiskAdresse
slots:
- postboks_ref
- poststed_ref
- postboksanleggsnavn
slot_usage:
  postboks_ref:
    name: postboks_ref
    in_subset:
    - Obligatorisk
    required: true
  poststed_ref:
    name: poststed_ref
    in_subset:
    - Obligatorisk
    required: true
  postboksanleggsnavn:
    name: postboksanleggsnavn
    in_subset:
    - Valgfri
class_uri: ngr:Postboksadresse

Induced

name: Postboksadresse
description: Ei postboksadresse registrert i Postboksregisteret (Posten Norge).
from_schema: https://data.norge.no/ngr/ngr-adresse
rank: 1000
is_a: GeografiskAdresse
slot_usage:
  postboks_ref:
    name: postboks_ref
    in_subset:
    - Obligatorisk
    required: true
  poststed_ref:
    name: poststed_ref
    in_subset:
    - Obligatorisk
    required: true
  postboksanleggsnavn:
    name: postboksanleggsnavn
    in_subset:
    - Valgfri
attributes:
  postboks_ref:
    name: postboks_ref
    description: Postboksen denne postboksadressa tilhøyrer.
    in_subset:
    - Obligatorisk
    from_schema: https://data.norge.no/ngr/ngr-adresse
    rank: 1000
    slot_uri: ngr:harPostboks
    owner: Postboksadresse
    domain_of:
    - Postboksadresse
    range: Postboks
    required: true
  poststed_ref:
    name: poststed_ref
    description: Poststedet (postnummer) denne adressa høyrer til.
    in_subset:
    - Obligatorisk
    from_schema: https://data.norge.no/ngr/ngr-adresse
    rank: 1000
    slot_uri: ngr:referererTilPoststed
    owner: Postboksadresse
    domain_of:
    - Postboksadresse
    range: Poststed
    required: true
  postboksanleggsnavn:
    name: postboksanleggsnavn
    description: Namn på postboksanlegget (t.d. bedriftsnamn, institusjon).
    in_subset:
    - Valgfri
    from_schema: https://data.norge.no/ngr/ngr-adresse
    rank: 1000
    slot_uri: ngr:postboksanleggsnavn
    owner: Postboksadresse
    domain_of:
    - Postboksadresse
    range: string
  id:
    name: id
    description: URI-identifikator for ressursen.
    from_schema: https://data.norge.no/ngr/ngr-adresse
    rank: 1000
    identifier: true
    owner: Postboksadresse
    domain_of:
    - GeografiskAdresse
    - Adressenavn
    - Adresseomrade
    - Adressekode
    - Husnummer
    - Bruksenhetsnummer
    - Representasjonspunkt
    - GeografiskOmrade
    - Postboks
    - Bygning
    - Bruksenhet
    range: uriorcurie
    required: true
class_uri: ngr:Postboksadresse