Gå til innhold

Class: Ressurs

Ein generisk ressurs med tittel og skildring.

URI: dct:BibliographicResource

 classDiagram
    class Ressurs
    click Ressurs href "../ressurs/"
      Ressurs : id





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



      Ressurs : skildring





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



      Ressurs : tittel





        Ressurs --> "1" String : tittel
        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 dct:BibliographicResource

Eigenskapar

Obligatorisk

Namn Kardinalitet og domene Beskriving
tittel 1
xsd:string
Namn eller tittel på ressursen.

Anbefalt

Namn Kardinalitet og domene Beskriving
skildring 0..1
xsd:string
Kortfatta skildring av ressursen.

Andre

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

Usages

used by used in type used
ReferanseBronseContainer ressursar range Ressurs

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-bronze

Mappings

Mapping Type Mapped Value
self dct:BibliographicResource
native https://data.norge.no/linkml/referansemodell-bronze/Ressurs

LinkML Source

Direct

name: Ressurs
annotations:
  begrepsidentifikator:
    tag: begrepsidentifikator
    value: https://concept-catalog.fellesdatakatalog.digdir.no/collections/TODO/concepts/TODO
description: Ein generisk ressurs med tittel og skildring.
from_schema: https://data.norge.no/linkml/referansemodell-bronze
rank: 1000
slots:
- id
- tittel
- skildring
slot_usage:
  tittel:
    name: tittel
    in_subset:
    - Obligatorisk
    required: true
  skildring:
    name: skildring
    in_subset:
    - Anbefalt
class_uri: dct:BibliographicResource

Induced

name: Ressurs
annotations:
  begrepsidentifikator:
    tag: begrepsidentifikator
    value: https://concept-catalog.fellesdatakatalog.digdir.no/collections/TODO/concepts/TODO
description: Ein generisk ressurs med tittel og skildring.
from_schema: https://data.norge.no/linkml/referansemodell-bronze
rank: 1000
slot_usage:
  tittel:
    name: tittel
    in_subset:
    - Obligatorisk
    required: true
  skildring:
    name: skildring
    in_subset:
    - Anbefalt
attributes:
  id:
    name: id
    description: Unik URI-identifikator for ressursen.
    from_schema: https://data.norge.no/linkml/referansemodell-bronze
    slot_uri: dct:identifier
    identifier: true
    owner: Ressurs
    domain_of:
    - Ressurs
    range: uriorcurie
    required: true
  tittel:
    name: tittel
    description: Namn eller tittel på ressursen.
    in_subset:
    - Obligatorisk
    from_schema: https://data.norge.no/linkml/referansemodell-bronze
    slot_uri: dct:title
    owner: Ressurs
    domain_of:
    - Ressurs
    range: string
    required: true
  skildring:
    name: skildring
    description: Kortfatta skildring av ressursen.
    in_subset:
    - Anbefalt
    from_schema: https://data.norge.no/linkml/referansemodell-bronze
    slot_uri: dct:description
    owner: Ressurs
    domain_of:
    - Ressurs
    range: string
class_uri: dct:BibliographicResource