Skip to content

Class: HasTranslations

The capacity of including a list of translated terms for one or more entity properties and languages

URI: pehterms:HasTranslations

classDiagram class HasTranslations click HasTranslations href "../HasTranslations" HasTranslations <|-- Grouping click Grouping href "../Grouping" HasTranslations <|-- Unit click Unit href "../Unit" HasTranslations <|-- BioChemEntity click BioChemEntity href "../BioChemEntity" HasTranslations <|-- Matrix click Matrix href "../Matrix" HasTranslations <|-- Indicator click Indicator href "../Indicator" HasTranslations <|-- ObservableProperty click ObservableProperty href "../ObservableProperty" HasTranslations <|-- Stakeholder click Stakeholder href "../Stakeholder" HasTranslations <|-- Project click Project href "../Project" HasTranslations <|-- ProjectStakeholder click ProjectStakeholder href "../ProjectStakeholder" HasTranslations <|-- Study click Study href "../Study" HasTranslations : translations HasTranslations --> "*" Translation : translations click Translation href "../Translation"

Slots

Name Cardinality and Range Description Inheritance
translations *
Translation
direct

Mixin Usage

mixed into description
Grouping A generic grouping entity that allows categorising entities in a hierarchical...
Unit A unit of measurement, a quantity chosen as a standard in terms of which othe...
BioChemEntity A biological, chemical or biochemical entity that is relevant to the Personal...
Matrix The physical medium or biological substrate from which a biomarker, or other ...
Indicator Any measurable or observable variable that can describe data or context in th...
ObservableProperty A fully defined variable that allows registering an observation about any of ...
Stakeholder Any organisation involved in the research process
Project A collaborative effort in the Personal Exposure and Health research domain
ProjectStakeholder An organisation collaborating in a Personal Exposure and Health research proj...
Study A structured, goal-directed observational investigation designed to collect a...

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/peh/peh-model

Mappings

Mapping Type Mapped Value
self pehterms:HasTranslations
native pehterms:HasTranslations

LinkML Source

Direct

name: HasTranslations
description: The capacity of including a list of translated terms for one or more
  entity properties and languages
from_schema: https://w3id.org/peh/peh-model
mixin: true
slots:
- translations

Induced

name: HasTranslations
description: The capacity of including a list of translated terms for one or more
  entity properties and languages
from_schema: https://w3id.org/peh/peh-model
mixin: true
attributes:
  translations:
    name: translations
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: translations
    owner: HasTranslations
    domain_of:
    - HasTranslations
    range: Translation
    multivalued: true
    inlined: true
    inlined_as_list: true