Gå til innhold

Class: Kontaktopplysning

Kontaktinformasjon for ein aktør.

URI: vcard:Kind

 classDiagram
    class Kontaktopplysning
    click Kontaktopplysning href "../kontaktopplysning/"
      Kontaktopplysning : har_epost





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



      Kontaktopplysning : har_kontaktside





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



      Kontaktopplysning : id





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



      Kontaktopplysning : navn_vcard





        Kontaktopplysning --> "1..*" LangString : navn_vcard
        click LangString href "../langstring/"



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 vcard:Kind

Eigenskapar

Obligatorisk

Namn Kardinalitet og domene Beskriving
navn_vcard 1..*
LangString
Formatert namn (vCard).

Anbefalt

Namn Kardinalitet og domene Beskriving
har_epost 0..1
xsd:string
E-postadresse til kontaktpunktet.
har_kontaktside 0..1
xsd:string
Nettside for kontakt.

Andre

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

Usages

used by used in type used
Datasett kontaktpunkt range Kontaktopplysning
Datasettserie kontaktpunkt range Kontaktopplysning
Datatjeneste kontaktpunkt range Kontaktopplysning
Katalog kontaktpunkt range Kontaktopplysning
SamtBuContainer kontaktpunkter range Kontaktopplysning

In Subsets

See Also

Identifier and Mapping Information

Schema Source

  • from schema: https://data.norge.no/ap-no/dcat-ap-no

Mappings

Mapping Type Mapped Value
self vcard:Kind
native https://data.norge.no/ap-no/dcat-ap-no/Kontaktopplysning

Examples

Example: Kontaktopplysning-kontakt-tekniskkontakt

id: samtbuskole:kontakt-tekniskkontakt
navn_vcard:
- Tekniskkontakt
har_epost: mailto:teknisk-kontakt@udir.no
har_kontaktside: https://www.udir.no/tekniskkontakt

Example: Kontaktopplysning-kontakt-behandlingsansvarlig

id: samtbuskole:kontakt-behandlingsansvarlig
navn_vcard:
- Behandlingsansvarligkontakt
har_epost: mailto:juridisk-kontakt@udir.no
har_kontaktside: https://www.udir.no/behandlingsansvarligkontakt

LinkML Source

Direct

name: Kontaktopplysning
description: Kontaktinformasjon for ein aktør.
in_subset:
- Metadata
from_schema: https://data.norge.no/ap-no/dcat-ap-no
see_also:
- https://data.norge.no/concepts/9c17b5e3-6763-3650-a741-b879e7bbdecc
slots:
- id
- navn_vcard
- har_epost
- har_kontaktside
slot_usage:
  navn_vcard:
    name: navn_vcard
    in_subset:
    - Obligatorisk
    required: true
  har_epost:
    name: har_epost
    in_subset:
    - Anbefalt
  har_kontaktside:
    name: har_kontaktside
    in_subset:
    - Anbefalt
class_uri: vcard:Kind

Induced

name: Kontaktopplysning
description: Kontaktinformasjon for ein aktør.
in_subset:
- Metadata
from_schema: https://data.norge.no/ap-no/dcat-ap-no
see_also:
- https://data.norge.no/concepts/9c17b5e3-6763-3650-a741-b879e7bbdecc
slot_usage:
  navn_vcard:
    name: navn_vcard
    in_subset:
    - Obligatorisk
    required: true
  har_epost:
    name: har_epost
    in_subset:
    - Anbefalt
  har_kontaktside:
    name: har_kontaktside
    in_subset:
    - Anbefalt
attributes:
  id:
    name: id
    description: URI-identifikator for ressursen.
    from_schema: https://data.norge.no/ap-no/common-ap-no
    identifier: true
    owner: Kontaktopplysning
    domain_of:
    - Lisensdokument
    - Mediatype
    - Konsept
    - Begrepssamling
    - Kvalitetsdimensjon
    - Kvalitetsmaal
    - Kvalitetsmerknad
    - Kvalitetsmaaling
    - Tekstdel
    - KatalogisertRessurs
    - Aktoer
    - Kontaktopplysning
    - Tidsrom
    - Standard
    - RegulativRessurs
    - Identifikator
    - Rettighetserklaring
    - Sjekksum
    - Gebyr
    - Relasjon
    - Distribusjon
    - Datasett
    - Katalogpost
    - SamtBuContainer
    - Skole
    - Skoleeier
    - Basisgruppe
    - Person
    range: uriorcurie
    required: true
  navn_vcard:
    name: navn_vcard
    description: Formatert namn (vCard).
    in_subset:
    - Obligatorisk
    from_schema: https://data.norge.no/ap-no/dcat-ap-no
    slot_uri: vcard:fn
    owner: Kontaktopplysning
    domain_of:
    - Kontaktopplysning
    range: LangString
    required: true
    multivalued: true
  har_epost:
    name: har_epost
    description: E-postadresse til kontaktpunktet.
    in_subset:
    - Anbefalt
    from_schema: https://data.norge.no/ap-no/dcat-ap-no
    slot_uri: vcard:hasEmail
    owner: Kontaktopplysning
    domain_of:
    - Kontaktopplysning
    range: string
  har_kontaktside:
    name: har_kontaktside
    description: Nettside for kontakt.
    in_subset:
    - Anbefalt
    from_schema: https://data.norge.no/ap-no/dcat-ap-no
    slot_uri: vcard:hasURL
    owner: Kontaktopplysning
    domain_of:
    - Kontaktopplysning
    range: string
class_uri: vcard:Kind