Skip to content

Class: ContextAlias

An alternative term as it is used in a known scope or context (e.g. a community, project or study) for any of the entities and its properties

URI: pehterms:ContextAlias

classDiagram class ContextAlias click ContextAlias href "../ContextAlias" ContextAlias : alias ContextAlias : context ContextAlias --> "0..1" NamedThing : context click NamedThing href "../NamedThing" ContextAlias : property_name

Slots

Name Cardinality and Range Description Inheritance
property_name 0..1
String
direct
context 0..1
NamedThing
direct
alias 0..1
String
direct

Usages

used by used in type used
Grouping context_aliases range ContextAlias
HasContextAliases context_aliases range ContextAlias
Unit context_aliases range ContextAlias
BioChemEntity context_aliases range ContextAlias
Matrix context_aliases range ContextAlias
Indicator context_aliases range ContextAlias
ObservableProperty context_aliases range ContextAlias
ObservablePropertyValueOption context_aliases range ContextAlias
Contact context_aliases range ContextAlias
Project context_aliases range ContextAlias
Study context_aliases range ContextAlias

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: ContextAlias
description: An alternative term as it is used in a known scope or context (e.g. a
  community, project or study) for any of the entities and its properties
from_schema: https://w3id.org/peh/peh-model
slots:
- property_name
- context
- alias

Induced

name: ContextAlias
description: An alternative term as it is used in a known scope or context (e.g. a
  community, project or study) for any of the entities and its properties
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: ContextAlias
    domain_of:
    - ContextAlias
    - Translation
    range: string
  context:
    name: context
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: context
    owner: ContextAlias
    domain_of:
    - ContextAlias
    range: NamedThing
    inlined: false
  alias:
    name: alias
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: alias
    owner: ContextAlias
    domain_of:
    - ContextAlias
    range: string