Skip to content

Class: Translation

A translation for any of the entity properties, defining the property, the language and the translated term

URI: pehterms:Translation

classDiagram class Translation click Translation href "../Translation" Translation : language Translation : property_name Translation : translated_value

Slots

Name Cardinality and Range Description Inheritance
property_name 0..1
String
direct
language 0..1
String
direct
translated_value 0..1
String
direct

Usages

used by used in type used
Grouping translations range Translation
HasTranslations translations range Translation
Unit translations range Translation
BioChemEntity translations range Translation
Matrix translations range Translation
Indicator translations range Translation
ObservableProperty translations range Translation
Stakeholder translations range Translation
Project translations range Translation
ProjectStakeholder translations range Translation
Study translations range Translation

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: Translation
description: A translation for any of the entity properties, defining the property,
  the language and the translated term
from_schema: https://w3id.org/peh/peh-model
slots:
- property_name
- language
- translated_value

Induced

name: Translation
description: A translation for any of the entity properties, defining the property,
  the language and the translated term
from_schema: https://w3id.org/peh/peh-model
attributes:
  property_name:
    name: property_name
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    slot_uri: schema:identifier
    alias: property_name
    owner: Translation
    domain_of:
    - ContextAlias
    - Translation
    range: string
  language:
    name: language
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: language
    owner: Translation
    domain_of:
    - Translation
    range: string
  translated_value:
    name: translated_value
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: translated_value
    owner: Translation
    domain_of:
    - Translation
    range: string