Skip to content

Class: Concept

See DCAT-AP specs:Concept

URI: skos:Concept

classDiagram class Concept click Concept href "../Concept" SupportiveEntity <|-- Concept click SupportiveEntity href "../SupportiveEntity" Concept : preferred_label

Inheritance

Slots

Name Cardinality and Range Description Inheritance
preferred_label 1..*
String
A preferred label of the concept direct

Usages

used by used in type used
NMRDataset theme range Concept
NMRDataset type range Concept
Agent type range Concept
CatalogueRecord change_type range Concept
DataService theme range Concept
Dataset theme range Concept
Dataset type range Concept
Distribution availability range Concept
Distribution status range Concept
LicenseDocument type range Concept
NFDIDataset theme range Concept
NFDIDataset type range Concept

Identifier and Mapping Information

Schema Source

  • from schema: https://stroemphi.github.io/dcat-4C-ap/dcat_4c_ap

Mappings

Mapping Type Mapped Value
self skos:Concept
native nfdi4c:Concept

LinkML Source

Direct

name: Concept
description: See [DCAT-AP specs:Concept](https://semiceu.github.io/DCAT-AP/releases/3.0.0/#Concept)
from_schema: https://stroemphi.github.io/dcat-4C-ap/dcat_4c_ap
is_a: SupportiveEntity
abstract: false
slots:
- preferred_label
slot_usage:
  preferred_label:
    name: preferred_label
    description: A preferred label of the concept.
    slot_uri: skos:prefLabel
    range: string
    required: true
    multivalued: true
    inlined_as_list: true
class_uri: skos:Concept

Induced

name: Concept
description: See [DCAT-AP specs:Concept](https://semiceu.github.io/DCAT-AP/releases/3.0.0/#Concept)
from_schema: https://stroemphi.github.io/dcat-4C-ap/dcat_4c_ap
is_a: SupportiveEntity
abstract: false
slot_usage:
  preferred_label:
    name: preferred_label
    description: A preferred label of the concept.
    slot_uri: skos:prefLabel
    range: string
    required: true
    multivalued: true
    inlined_as_list: true
attributes:
  preferred_label:
    name: preferred_label
    description: A preferred label of the concept.
    from_schema: https://stroemphi.github.io/dcat-4C-ap/dcat_4c_ap
    rank: 1000
    slot_uri: skos:prefLabel
    alias: preferred_label
    owner: Concept
    domain_of:
    - Concept
    range: string
    required: true
    multivalued: true
    inlined_as_list: true
class_uri: skos:Concept