Gå til innhold

Class: Personstatus

Status for ein person i Folkeregisteret (t.d. bosatt, utflyttet, død).

URI: ngrp:Personstatus

 classDiagram
    class Personstatus
    click Personstatus href "../Personstatus/"
      Personstatus : gyldig_fra_og_med





        Personstatus --> "0..1" Date : gyldig_fra_og_med
        click Date href "../http://www.w3.org/2001/XMLSchema#date/"



      Personstatus : id





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



      Personstatus : personstatus_type





        Personstatus --> "1" PersonstatusType : personstatus_type
        click PersonstatusType href "../PersonstatusType/"



Class Properties

Property Value
Class URI ngrp:Personstatus

Eigenskapar

Obligatorisk

Namn Kardinalitet og domene Beskriving
personstatus_type 1
PersonstatusType
Personstatustype (BOSATT, UTFLYTTET, DOED o

Anbefalt

Namn Kardinalitet og domene Beskriving
gyldig_fra_og_med 0..1
xsd:date
Dato opplysinga er gyldig frå og med

Andre

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

Usages

used by used in type used
PersonContainer personstatus range Personstatus
Person har_personstatus range Personstatus

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self ngrp:Personstatus
native https://data.norge.no/ngr/ngr-person/Personstatus

Examples

Example: Personstatus-personstatus-1

id: ngrp:eksempel/personstatus-1
personstatus_type: BOSATT
gyldig_fra_og_med: '1970-05-12'

LinkML Source

Direct

name: Personstatus
description: Status for ein person i Folkeregisteret (t.d. bosatt, utflyttet, død).
from_schema: https://data.norge.no/ngr/ngr-person
rank: 1000
slots:
- id
- personstatus_type
- gyldig_fra_og_med
slot_usage:
  personstatus_type:
    name: personstatus_type
    in_subset:
    - Obligatorisk
    required: true
  gyldig_fra_og_med:
    name: gyldig_fra_og_med
    in_subset:
    - Anbefalt
class_uri: ngrp:Personstatus

Induced

name: Personstatus
description: Status for ein person i Folkeregisteret (t.d. bosatt, utflyttet, død).
from_schema: https://data.norge.no/ngr/ngr-person
rank: 1000
slot_usage:
  personstatus_type:
    name: personstatus_type
    in_subset:
    - Obligatorisk
    required: true
  gyldig_fra_og_med:
    name: gyldig_fra_og_med
    in_subset:
    - Anbefalt
attributes:
  id:
    name: id
    description: URI-identifikator for ressursen.
    from_schema: https://data.norge.no/ngr/ngr-person
    rank: 1000
    identifier: true
    owner: Personstatus
    domain_of:
    - Person
    - Personnavn
    - Folkeregisteridentifikator
    - Personidentifikasjon
    - FalskIdentitet
    - Identifikasjonsdokument
    - Identitetsgrunnlag
    - Kjoenn
    - Sivilstand
    - Personstatus
    - Statsborgerskap
    - Opphold
    - Foedsel
    - Dodsfall
    - KontaktinformasjonDoedsbo
    - ForeldreansvarForelder
    - ForeldreansvarBarn
    - FamilierelasjonForelder
    - FamilierelasjonBarn
    - FamilierelasjonEktefelle
    - InnflyttingTilNorge
    - UtflyttingFraNorge
    - GeografiskAdresse
    - Adressebeskyttelse
    - Verge
    - RettsligHandleevne
    - ReservasjonMotKommunikasjonPaaNett
    - Kontaktopplysninger
    - SpraakForElektroniskKommunikasjon
    range: uriorcurie
    required: true
  personstatus_type:
    name: personstatus_type
    description: Personstatustype (BOSATT, UTFLYTTET, DOED o.l.).
    in_subset:
    - Obligatorisk
    from_schema: https://data.norge.no/ngr/ngr-person
    rank: 1000
    slot_uri: ngrp:personstatusType
    owner: Personstatus
    domain_of:
    - Personstatus
    range: PersonstatusType
    required: true
  gyldig_fra_og_med:
    name: gyldig_fra_og_med
    description: Dato opplysinga er gyldig frå og med.
    in_subset:
    - Anbefalt
    from_schema: https://data.norge.no/ngr/ngr-person
    rank: 1000
    slot_uri: ngrp:gyldigFraOgMed
    owner: Personstatus
    domain_of:
    - Kjoenn
    - Sivilstand
    - Personstatus
    - Statsborgerskap
    - Opphold
    - Bostedsadresse
    - Postadresse
    - Oppholdsadresse
    - ReservasjonMotKommunikasjonPaaNett
    range: date
class_uri: ngrp:Personstatus