Gå til innhold

Class: Aktoer

Abstrakt base for person eller eining vi samhandlar med.

  • NOTE: this is an abstract class and should not be instantiated directly

URI: fint:Aktoer

 classDiagram
    class Aktoer
    click Aktoer href "../Aktoer/"
      Aktoer <|-- Enhet
        click Enhet href "../Enhet/"
      Aktoer <|-- Person
        click Person href "../Person/"

      Aktoer : kontaktinformasjon





        Aktoer --> "0..1" Kontaktinformasjon : kontaktinformasjon
        click Kontaktinformasjon href "../Kontaktinformasjon/"



      Aktoer : postadresse





        Aktoer --> "0..1" Adresse : postadresse
        click Adresse href "../Adresse/"



Inheritance

Class Properties

Property Value
Class URI fint:Aktoer

Eigenskapar

Valgfri

Namn Kardinalitet og domene Beskriving
kontaktinformasjon 0..1
Kontaktinformasjon
Den føretrekte måten å kome i kontakt med ein aktør
postadresse 0..1
Adresse
Informasjon om postadresse til ein aktør

Identifier and Mapping Information

Schema Source

  • from schema: https://data.norge.no/fint/fint-common

Mappings

Mapping Type Mapped Value
self fint:Aktoer
native https://schema.fintlabs.no/:Aktoer

LinkML Source

Direct

name: Aktoer
description: Abstrakt base for person eller eining vi samhandlar med.
from_schema: https://data.norge.no/fint/fint-common
abstract: true
slots:
- kontaktinformasjon
- postadresse
slot_usage:
  kontaktinformasjon:
    name: kontaktinformasjon
    in_subset:
    - Valgfri
  postadresse:
    name: postadresse
    in_subset:
    - Valgfri
class_uri: fint:Aktoer

Induced

name: Aktoer
description: Abstrakt base for person eller eining vi samhandlar med.
from_schema: https://data.norge.no/fint/fint-common
abstract: true
slot_usage:
  kontaktinformasjon:
    name: kontaktinformasjon
    in_subset:
    - Valgfri
  postadresse:
    name: postadresse
    in_subset:
    - Valgfri
attributes:
  kontaktinformasjon:
    name: kontaktinformasjon
    description: Den føretrekte måten å kome i kontakt med ein aktør.
    in_subset:
    - Valgfri
    from_schema: https://data.norge.no/fint/fint-common
    slot_uri: fint:kontaktinformasjon
    owner: Aktoer
    domain_of:
    - Aktoer
    - Kontaktperson
    range: Kontaktinformasjon
    inlined: true
  postadresse:
    name: postadresse
    description: Informasjon om postadresse til ein aktør.
    in_subset:
    - Valgfri
    from_schema: https://data.norge.no/fint/fint-common
    slot_uri: fint:postadresse
    owner: Aktoer
    domain_of:
    - Aktoer
    range: Adresse
    inlined: true
class_uri: fint:Aktoer