Gå til innhold

Class: Aktor

Ein aktør (person, organisasjon eller programvaresystem).

URI: foaf:Agent

 classDiagram
    class Aktor
    click Aktor href "../aktor/"
      Aktor : id





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



      Aktor : namn





        Aktor --> "1" String : namn
        click String href "http://www.w3.org/2001/XMLSchema#string"



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 foaf:Agent

Eigenskapar

Obligatorisk

Namn Kardinalitet og domene Beskriving
namn 1
xsd:string
Namn på aktøren.

Andre

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

Usages

used by used in type used
ReferanseGullContainer aktorar range Aktor

Identifier and Mapping Information

Annotations

property value
begrepsidentifikator https://concept-catalog.fellesdatakatalog.digdir.no/collections/TODO/concepts/TODO

Schema Source

  • from schema: https://data.norge.no/linkml/referansemodell-gold

Mappings

Mapping Type Mapped Value
self foaf:Agent
native https://data.norge.no/linkml/referansemodell-gold/Aktor

LinkML Source

Direct

name: Aktor
annotations:
  begrepsidentifikator:
    tag: begrepsidentifikator
    value: https://concept-catalog.fellesdatakatalog.digdir.no/collections/TODO/concepts/TODO
description: Ein aktør (person, organisasjon eller programvaresystem).
from_schema: https://data.norge.no/linkml/referansemodell-gold
rank: 1000
slots:
- id
- namn
slot_usage:
  namn:
    name: namn
    in_subset:
    - Obligatorisk
    required: true
class_uri: foaf:Agent

Induced

name: Aktor
annotations:
  begrepsidentifikator:
    tag: begrepsidentifikator
    value: https://concept-catalog.fellesdatakatalog.digdir.no/collections/TODO/concepts/TODO
description: Ein aktør (person, organisasjon eller programvaresystem).
from_schema: https://data.norge.no/linkml/referansemodell-gold
rank: 1000
slot_usage:
  namn:
    name: namn
    in_subset:
    - Obligatorisk
    required: true
attributes:
  id:
    name: id
    description: Unik URI-identifikator.
    from_schema: https://data.norge.no/linkml/referansemodell-gold
    slot_uri: dct:identifier
    identifier: true
    owner: Aktor
    domain_of:
    - Katalog
    - Katalogpost
    - Datasett
    - Distribusjon
    - Datatjeneste
    - Aktor
    - Kvalitetsmaal
    - Kvalitetsmaaling
    - Kvalitetsdimensjon
    - Kvalitetsmerknad
    range: uriorcurie
    required: true
  namn:
    name: namn
    description: Namn på aktøren.
    in_subset:
    - Obligatorisk
    from_schema: https://data.norge.no/linkml/referansemodell-gold
    slot_uri: foaf:name
    owner: Aktor
    domain_of:
    - Aktor
    range: string
    required: true
class_uri: foaf:Agent