Skip to content

Class: ConceptScheme

A controlled vocabulary or category scheme.

URI: [skos:ConceptScheme](http://www.w3.org/2004/02/skos/core#ConceptScheme)
 classDiagram
    class ConceptScheme
    click ConceptScheme href "../ConceptScheme/"
      ConceptScheme : title

## Class Properties | Property | Value | | --- | --- | | Class URI | [skos:ConceptScheme](http://www.w3.org/2004/02/skos/core#ConceptScheme) | ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [title](title.md) | 1..*
[String](String.md) | A name given to the resource | direct | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [Catalogue](Catalogue.md) | [themes](themes.md) | range | [ConceptScheme](ConceptScheme.md) | ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/semic/dcat-ap/3.0.1 ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | skos:ConceptScheme | | native | dcat_ap:ConceptScheme | ## LinkML Source ### Direct
name: ConceptScheme
description: A controlled vocabulary or category scheme.
from_schema: https://w3id.org/semic/dcat-ap/3.0.1
slots:
- title
slot_usage:
  title:
    name: title
    required: true
    multivalued: true
class_uri: skos:ConceptScheme
### Induced
name: ConceptScheme
description: A controlled vocabulary or category scheme.
from_schema: https://w3id.org/semic/dcat-ap/3.0.1
slot_usage:
  title:
    name: title
    required: true
    multivalued: true
attributes:
  title:
    name: title
    description: A name given to the resource.
    from_schema: https://w3id.org/semic/dcat-ap/3.0.1
    rank: 1000
    slot_uri: dct:title
    owner: ConceptScheme
    domain_of:
    - Catalogue
    - CatalogueRecord
    - ConceptScheme
    - DataService
    - Dataset
    - DatasetSeries
    - Distribution
    range: string
    required: true
    multivalued: true
class_uri: skos:ConceptScheme