Skip to content

Class: DefinedTerm

A word, name, acronym, phrase that is defined in a controlled vocabulary (CV) and that is used to provide the rdf:type of an entity within this schema.

URI: schema:DefinedTerm

classDiagram class DefinedTerm click DefinedTerm href "../DefinedTerm" DefinedTerm : from_CV DefinedTerm : id DefinedTerm : title

Slots

Name Cardinality and Range Description Inheritance
id 1
Uriorcurie
direct
title 0..1
String
This slot is described in more detail within the class in which it is used direct
from_CV 0..1
Uriorcurie
The URL of the controlled vocabulary direct

Usages

used by used in type used
NMRSpectroscopy type range DefinedTerm
NMRSpectroscopy rdf_type range DefinedTerm
ChemicalReaction type range DefinedTerm
ChemicalReaction rdf_type range DefinedTerm
ChemicalSubstance type range DefinedTerm
ChemicalSubstance rdf_type range DefinedTerm
ChemicalSample type range DefinedTerm
ChemicalSample rdf_type range DefinedTerm
HardwareTool type range DefinedTerm
HardwareTool rdf_type range DefinedTerm
SoftwareTool type range DefinedTerm
SoftwareTool rdf_type range DefinedTerm
Laboratory type range DefinedTerm
Laboratory rdf_type range DefinedTerm
InChIKey type range DefinedTerm
InChIKey rdf_type range DefinedTerm
InChi type range DefinedTerm
InChi rdf_type range DefinedTerm
IUPACChemicalFormula type range DefinedTerm
IUPACChemicalFormula rdf_type range DefinedTerm
SMILES type range DefinedTerm
SMILES rdf_type range DefinedTerm
ClassifierMixin type range DefinedTerm
ClassifierMixin rdf_type range DefinedTerm
ResearchActivity type range DefinedTerm
ResearchActivity rdf_type range DefinedTerm
EntityOfInterest type range DefinedTerm
EntityOfInterest rdf_type range DefinedTerm
ActivityOfInterest type range DefinedTerm
ActivityOfInterest rdf_type range DefinedTerm
Tool type range DefinedTerm
Tool rdf_type range DefinedTerm
Environment type range DefinedTerm
Environment rdf_type range DefinedTerm
Plan type range DefinedTerm
Plan rdf_type range DefinedTerm
QualitativeAttribute type range DefinedTerm
QualitativeAttribute rdf_type range DefinedTerm
QuantitativeAttribute has_quantity_type range DefinedTerm
QuantitativeAttribute unit range DefinedTerm
QuantitativeAttribute type range DefinedTerm
QuantitativeAttribute rdf_type range DefinedTerm

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self schema:DefinedTerm
native nfdi4c:DefinedTerm

LinkML Source

Direct

name: DefinedTerm
description: A word, name, acronym, phrase that is defined in a controlled vocabulary
  (CV) and that is used to provide the rdf:type of an entity within this schema.
from_schema: https://stroemphi.github.io/dcat-4C-ap/dcat_4c_ap
slots:
- id
- title
slot_usage:
  title:
    name: title
    slot_uri: schema:name
attributes:
  from_CV:
    name: from_CV
    description: The URL of the controlled vocabulary.
    from_schema: https://stroemphi.github.io/dcat-4C-ap/dcat_4nfdi_ap/
    rank: 1000
    slot_uri: schema:inDefinedTermSet
    domain_of:
    - DefinedTerm
    range: uriorcurie
class_uri: schema:DefinedTerm

Induced

name: DefinedTerm
description: A word, name, acronym, phrase that is defined in a controlled vocabulary
  (CV) and that is used to provide the rdf:type of an entity within this schema.
from_schema: https://stroemphi.github.io/dcat-4C-ap/dcat_4c_ap
slot_usage:
  title:
    name: title
    slot_uri: schema:name
attributes:
  from_CV:
    name: from_CV
    description: The URL of the controlled vocabulary.
    from_schema: https://stroemphi.github.io/dcat-4C-ap/dcat_4nfdi_ap/
    rank: 1000
    slot_uri: schema:inDefinedTermSet
    alias: from_CV
    owner: DefinedTerm
    domain_of:
    - DefinedTerm
    range: uriorcurie
  id:
    name: id
    from_schema: https://stroemphi.github.io/dcat-4C-ap/dcat_4c_ap
    rank: 1000
    slot_uri: dcterms:identifier
    identifier: true
    alias: id
    owner: DefinedTerm
    domain_of:
    - DefinedTerm
    - NFDIDataset
    - NFDICatalog
    - EntityOfInterest
    - ActivityOfInterest
    range: uriorcurie
    required: true
  title:
    name: title
    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: schema:name
    alias: title
    owner: DefinedTerm
    domain_of:
    - Catalogue
    - CatalogueRecord
    - ConceptScheme
    - DataService
    - Dataset
    - DatasetSeries
    - Distribution
    - DefinedTerm
    - ResearchActivity
    - EntityOfInterest
    - ActivityOfInterest
    - Tool
    - Environment
    - Plan
    - QualitativeAttribute
    range: string
class_uri: schema:DefinedTerm