Skip to content

Class: DefinedTerm

A word, name, acronym or phrase that is defined in a controlled vocabulary (CV) and that is used to provide an additional rdf:type or dcterms:type of a class 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
A slot to provide an URI for an entity within this schema 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
NMRSpectralAnalysis type range DefinedTerm
NMRSpectralAnalysis rdf_type range DefinedTerm
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
NMRSpectrum type range DefinedTerm
NMRSpectrum 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
Activity type range DefinedTerm
Activity rdf_type range DefinedTerm
AnalysisSourceData type range DefinedTerm
AnalysisSourceData rdf_type range DefinedTerm
ClassifierMixin type range DefinedTerm
ClassifierMixin rdf_type range DefinedTerm
DataAnalysis type range DefinedTerm
DataAnalysis rdf_type range DefinedTerm
Device type range DefinedTerm
Device rdf_type range DefinedTerm
EvaluatedActivity type range DefinedTerm
EvaluatedActivity rdf_type range DefinedTerm
EvaluatedEntity type range DefinedTerm
EvaluatedEntity rdf_type range DefinedTerm
Instrument type range DefinedTerm
Instrument 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
Software type range DefinedTerm
Software rdf_type range DefinedTerm
Surrounding type range DefinedTerm
Surrounding 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 or phrase that is defined in a controlled vocabulary
  (CV) and that is used to provide an additional rdf:type or dcterms:type of a class
  within this schema.
in_subset:
- domain_agnostic_core
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_ap_plus.yaml
    rank: 1000
    slot_uri: schema:inDefinedTermSet
    domain_of:
    - DefinedTerm
    range: uriorcurie
class_uri: schema:DefinedTerm

Induced

name: DefinedTerm
description: A word, name, acronym or phrase that is defined in a controlled vocabulary
  (CV) and that is used to provide an additional rdf:type or dcterms:type of a class
  within this schema.
in_subset:
- domain_agnostic_core
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_ap_plus.yaml
    rank: 1000
    slot_uri: schema:inDefinedTermSet
    alias: from_CV
    owner: DefinedTerm
    domain_of:
    - DefinedTerm
    range: uriorcurie
  id:
    name: id
    description: A slot to provide an URI for an entity within this schema.
    in_subset:
    - domain_agnostic_core
    from_schema: https://stroemphi.github.io/dcat-4C-ap/dcat_4c_ap
    rank: 1000
    identifier: true
    alias: id
    owner: DefinedTerm
    domain_of:
    - Activity
    - Dataset
    - DefinedTerm
    - EvaluatedActivity
    - EvaluatedEntity
    - Instrument
    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:
    - Activity
    - Catalogue
    - CatalogueRecord
    - ConceptScheme
    - DataService
    - Dataset
    - DatasetSeries
    - DefinedTerm
    - Distribution
    - EvaluatedActivity
    - EvaluatedEntity
    - Instrument
    - Plan
    - QualitativeAttribute
    - QuantitativeAttribute
    - Surrounding
    range: string
class_uri: schema:DefinedTerm