Class: Gebyr
Eit gebyr knytt til bruk av ein datatjeneste.
URI: cv:Cost
classDiagram
class Gebyr
click Gebyr href "../Gebyr/"
Gebyr : belop
Gebyr --> "0..1" String : belop
click String href "../http://www.w3.org/2001/XMLSchema#string/"
Gebyr : beskrivelse
Gebyr --> "*" LangString : beskrivelse
click LangString href "../LangString/"
Gebyr : dokumentasjon
Gebyr --> "*" Uri : dokumentasjon
click Uri href "../http://www.w3.org/2001/XMLSchema#anyURI/"
Gebyr : id
Gebyr --> "1" Uriorcurie : id
click Uriorcurie href "../http://www.w3.org/2001/XMLSchema#anyURI/"
Gebyr : valuta
Gebyr --> "0..1" Konsept : valuta
click Konsept href "../Konsept/"
Class Properties
| Property | Value |
|---|---|
| Class URI | cv:Cost |
Eigenskapar
Andre
| Namn | Kardinalitet og domene | Beskriving |
|---|---|---|
| id | 1 xsd:anyURI |
URI-identifikator for ressursen |
| belop | 0..1 xsd:string |
Beløp for gebyret |
| beskrivelse | * LangString |
Fritekstbeskrivelse av ressursen (dct:description) |
| dokumentasjon | * xsd:anyURI |
Lenke til dokumentasjon om ressursen |
| valuta | 0..1 Konsept |
Valuta (cv:currency) |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Datatjeneste | har_gebyr | range | Gebyr |
In Subsets
Identifier and Mapping Information
Schema Source
- from schema: https://data.norge.no/ap-no/dcat-ap-no
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | cv:Cost |
| native | https://data.norge.no/ap-no/dcat-ap-no/Gebyr |
LinkML Source
Direct
Induced
name: Gebyr
description: Eit gebyr knytt til bruk av ein datatjeneste.
in_subset:
- Metadata
from_schema: https://data.norge.no/ap-no/dcat-ap-no
rank: 1000
attributes:
id:
name: id
description: URI-identifikator for ressursen.
from_schema: https://data.norge.no/ap-no/common-ap-no
identifier: true
owner: Gebyr
domain_of:
- Mediatype
- Konsept
- Begrepssamling
- Kvalitetsdimensjon
- Kvalitetsmaal
- Kvalitetsmerknad
- Kvalitetsmaaling
- Standard
- Tekstdel
- KatalogisertRessurs
- Aktor
- Kontaktopplysning
- Tidsrom
- RegulativRessurs
- Identifikator
- Rettighetserklaring
- Sjekksum
- Gebyr
- Relasjon
- Distribusjon
- Datasett
- Katalogpost
range: uriorcurie
required: true
belop:
name: belop
description: Beløp for gebyret.
from_schema: https://data.norge.no/ap-no/dcat-ap-no
rank: 1000
slot_uri: cv:hasValue
owner: Gebyr
domain_of:
- Gebyr
range: string
beskrivelse:
name: beskrivelse
description: Fritekstbeskrivelse av ressursen (dct:description).
from_schema: https://data.norge.no/ap-no/common-ap-no
slot_uri: dct:description
owner: Gebyr
domain_of:
- RegulativRessurs
- Gebyr
- Distribusjon
- Datasett
- Datasettserie
- Datatjeneste
- Katalogpost
- Katalog
range: LangString
multivalued: true
dokumentasjon:
name: dokumentasjon
description: Lenke til dokumentasjon om ressursen.
from_schema: https://data.norge.no/ap-no/dcat-ap-no
rank: 1000
slot_uri: foaf:page
owner: Gebyr
domain_of:
- Gebyr
- Distribusjon
- Datasett
- Datatjeneste
range: uri
multivalued: true
valuta:
name: valuta
description: Valuta (cv:currency).
from_schema: https://data.norge.no/ap-no/common-ap-no
slot_uri: cv:currency
owner: Gebyr
domain_of:
- Gebyr
range: Konsept
class_uri: cv:Cost