Skip to content

Class: ObservablePropertyValueOption

Potential selection choices for Observable Properties that are categorical variables

URI: pehterms:ObservablePropertyValueOption

classDiagram class ObservablePropertyValueOption click ObservablePropertyValueOption href "../ObservablePropertyValueOption" HasContextAliases <|-- ObservablePropertyValueOption click HasContextAliases href "../HasContextAliases" ObservablePropertyValueOption : context_aliases ObservablePropertyValueOption --> "*" ContextAlias : context_aliases click ContextAlias href "../ContextAlias" ObservablePropertyValueOption : key ObservablePropertyValueOption : label ObservablePropertyValueOption : value

Inheritance

Slots

Name Cardinality and Range Description Inheritance
key 0..1
String
direct
value 0..1
String
direct
label 0..1
String
direct
context_aliases *
ContextAlias
HasContextAliases

Usages

used by used in type used
ObservableProperty value_options range ObservablePropertyValueOption

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: ObservablePropertyValueOption
description: Potential selection choices for Observable Properties that are categorical
  variables
from_schema: https://w3id.org/peh/peh-model
mixins:
- HasContextAliases
slots:
- key
- value
- label

Induced

name: ObservablePropertyValueOption
description: Potential selection choices for Observable Properties that are categorical
  variables
from_schema: https://w3id.org/peh/peh-model
mixins:
- HasContextAliases
attributes:
  key:
    name: key
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: key
    owner: ObservablePropertyValueOption
    domain_of:
    - ObservablePropertyValueOption
    range: string
  value:
    name: value
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: value
    owner: ObservablePropertyValueOption
    domain_of:
    - ObservablePropertyValueOption
    - ObservablePropertyMetadataElement
    - ObservedValue
    range: string
  label:
    name: label
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: label
    owner: ObservablePropertyValueOption
    domain_of:
    - ObservablePropertyValueOption
    - DataLayoutElement
    range: string
  context_aliases:
    name: context_aliases
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: context_aliases
    owner: ObservablePropertyValueOption
    domain_of:
    - HasContextAliases
    range: ContextAlias
    multivalued: true
    inlined: true
    inlined_as_list: true