Class: ClassifierMixin
A mixin with which an entity of this schema can be classified via an additional rdf:type assertion.
- NOTE: this is an abstract class and should not be instantiated directly
classDiagram
class ClassifierMixin
click ClassifierMixin href "../ClassifierMixin"
ClassifierMixin <|-- ResearchActivity
click ResearchActivity href "../ResearchActivity"
ClassifierMixin <|-- EntityOfInterest
click EntityOfInterest href "../EntityOfInterest"
ClassifierMixin <|-- ActivityOfInterest
click ActivityOfInterest href "../ActivityOfInterest"
ClassifierMixin <|-- Tool
click Tool href "../Tool"
ClassifierMixin <|-- Environment
click Environment href "../Environment"
ClassifierMixin <|-- Plan
click Plan href "../Plan"
ClassifierMixin <|-- QualitativeAttribute
click QualitativeAttribute href "../QualitativeAttribute"
ClassifierMixin <|-- QuantitativeAttribute
click QuantitativeAttribute href "../QuantitativeAttribute"
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 |
---|---|
ResearchActivity | An activity (process) that has the objective to produce information about an ... |
EntityOfInterest | Something (not an activity or process) that is being evaluated in a ResearchA... |
ActivityOfInterest | An activity or process that is being evaluated in a ResearchActivity |
Tool | A entity with a certain function used within a ResearchActivity |
Environment | The environment in which the dataset creating Observation took place (e |
Plan | A piece of information that specifies: a) how an activity has to be carried o... |
QualitativeAttribute | A piece of information that is attributed to an entity of interest, tool or e... |
QuantitativeAttribute | A quantifiable piece of information that is attributed to an entity of intere... |
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 assertion.
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
rdf_type:
name: rdf_type
Induced
name: ClassifierMixin
description: A mixin with which an entity of this schema can be classified via an
additional rdf:type assertion.
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
rdf_type:
name: rdf_type
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
- Dataset
- LicenseDocument
- ClassifierMixin
range: DefinedTerm
inlined: true
rdf_type:
name: rdf_type
description: The slot to specify the ontology class that is instantiated by an
entity.
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