Skip to content

Class: ClassifierMixin

A mixin with which an entity of this schema can be classified via an additional rdf:type or dcterms:type assertion.

  • NOTE: this is an abstract class and should not be instantiated directly

URI: nfdi4c:ClassifierMixin

classDiagram class ClassifierMixin click ClassifierMixin href "../ClassifierMixin" ClassifierMixin <|-- Activity click Activity href "../Activity" ClassifierMixin <|-- AgenticEntity click AgenticEntity href "../AgenticEntity" ClassifierMixin <|-- Entity click Entity href "../Entity" ClassifierMixin <|-- Plan click Plan href "../Plan" ClassifierMixin <|-- QualitativeAttribute click QualitativeAttribute href "../QualitativeAttribute" ClassifierMixin <|-- QuantitativeAttribute click QuantitativeAttribute href "../QuantitativeAttribute" ClassifierMixin <|-- Surrounding click Surrounding href "../Surrounding" ClassifierMixin : rdf_type ClassifierMixin --> "0..1 _recommended_" DefinedTerm : rdf_type click DefinedTerm href "../DefinedTerm" ClassifierMixin : type ClassifierMixin --> "0..1" DefinedTerm : type click DefinedTerm href "../DefinedTerm"

Slots

Name Cardinality and Range Description Inheritance
type 0..1
DefinedTerm
This slot is described in more detail within the class in which it is used direct
rdf_type 0..1 recommended
DefinedTerm
The slot to specify the ontology class that is instantiated by an entity direct

Mixin Usage

mixed into description
Activity See [DCAT-AP specs:Activity](https://semiceu
AgenticEntity An entity that is somehow responsible for an Activity to take place
Entity A physical, digital, conceptual, or other kind of thing with some fixed aspec...
Plan A piece of information that specifies how an activity has to be carried out b...
QualitativeAttribute A piece of information that is attributed to an Entity, Activity or AgenticEn...
QuantitativeAttribute A quantifiable piece of information that is attributed to an Entity, Activity...
Surrounding The surrounding in which the dataset creating activity took place (e

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self nfdi4c:ClassifierMixin
native nfdi4c:ClassifierMixin

LinkML Source

Direct

name: ClassifierMixin
description: A mixin with which an entity of this schema can be classified via an
  additional rdf:type or dcterms:type assertion.
in_subset:
- domain_agnostic_core
from_schema: https://stroemphi.github.io/dcat-4C-ap/dcat_4c_ap
abstract: true
mixin: true
slots:
- type
- rdf_type
slot_usage:
  type:
    name: type
    range: DefinedTerm
    inlined: true

Induced

name: ClassifierMixin
description: A mixin with which an entity of this schema can be classified via an
  additional rdf:type or dcterms:type assertion.
in_subset:
- domain_agnostic_core
from_schema: https://stroemphi.github.io/dcat-4C-ap/dcat_4c_ap
abstract: true
mixin: true
slot_usage:
  type:
    name: type
    range: DefinedTerm
    inlined: true
attributes:
  type:
    name: type
    description: This slot is described in more detail within the class in which it
      is used.
    from_schema: https://stroemphi.github.io/dcat-4C-ap/dcat_4c_ap
    rank: 1000
    slot_uri: dcterms:type
    alias: type
    owner: ClassifierMixin
    domain_of:
    - Agent
    - ClassifierMixin
    - Dataset
    - LicenseDocument
    range: DefinedTerm
    inlined: true
  rdf_type:
    name: rdf_type
    description: The slot to specify the ontology class that is instantiated by an
      entity.
    in_subset:
    - domain_agnostic_core
    from_schema: https://stroemphi.github.io/dcat-4C-ap/dcat_4c_ap
    rank: 1000
    slot_uri: rdf:type
    alias: rdf_type
    owner: ClassifierMixin
    domain_of:
    - ClassifierMixin
    range: DefinedTerm
    recommended: true
    inlined: true