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: chemdcatap:class/ClassifierMixin

 classDiagram
    class ClassifierMixin
    click ClassifierMixin href "../../classes/ClassifierMixin/"
      ClassifierMixin <|-- Activity
        click Activity href "../../classes/Activity/"
      ClassifierMixin <|-- AgenticEntity
        click AgenticEntity href "../../classes/AgenticEntity/"
      ClassifierMixin <|-- Entity
        click Entity href "../../classes/Entity/"
      ClassifierMixin <|-- Plan
        click Plan href "../../classes/Plan/"
      ClassifierMixin <|-- QualitativeAttribute
        click QualitativeAttribute href "../../classes/QualitativeAttribute/"
      ClassifierMixin <|-- QuantitativeAttribute
        click QuantitativeAttribute href "../../classes/QuantitativeAttribute/"
      ClassifierMixin <|-- Surrounding
        click Surrounding href "../../classes/Surrounding/"

      ClassifierMixin : rdf_type





        ClassifierMixin --> "0..1 _recommended_" DefinedTerm : rdf_type
        click DefinedTerm href "../../classes/DefinedTerm/"



      ClassifierMixin : type





        ClassifierMixin --> "0..1" DefinedTerm : type
        click DefinedTerm href "../../classes/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
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 aspects; entities may be real or imaginary.
Plan A piece of information that specifies how an activity has to be carried out by its agents including what kind of steps have to be taken and what kind of parameters have to be met/set.
QualitativeAttribute A piece of information that is attributed to an Entity, Activity or AgenticEntity.
QuantitativeAttribute A quantifiable piece of information that is attributed to an Entity, Activity or AgenticEntity.
Surrounding The surrounding in which the dataset creating activity took place (e.g. a lab).

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/nfdi-de/dcat-ap-plus/chemistry

Mappings

Mapping Type Mapped Value
self chemdcatap:ClassifierMixin
native chemdcatap: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://w3id.org/nfdi-de/dcat-ap-plus/chemistry
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://w3id.org/nfdi-de/dcat-ap-plus/chemistry
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://w3id.org/nfdi-de/dcat-ap-plus/chemistry
    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://w3id.org/nfdi-de/dcat-ap-plus/chemistry
    rank: 1000
    slot_uri: rdf:type
    alias: rdf_type
    owner: ClassifierMixin
    domain_of:
    - ClassifierMixin
    range: DefinedTerm
    recommended: true
    inlined: true