Skip to content

Class: PropertyReadEffectFacet

"A properties read effect facet is a grouping of characteristics unique to the effects of actions upon observable objects where a characteristic isRead from an observable object. An example of this would be the current running state of a process."

URI: master:PropertyReadEffectFacet

classDiagram class PropertyReadEffectFacet DefinedEffectFacet <|-- PropertyReadEffectFacet PropertyReadEffectFacet : propertyName PropertyReadEffectFacet : value

Inheritance

Slots

Name Cardinality and Range Description Inheritance
propertyName 0..1
String
"Specifies the Name of the property being read direct
value 0..1
String
A string value direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/uco-master

Mappings

Mapping Type Mapped Value
self master:PropertyReadEffectFacet
native master:PropertyReadEffectFacet

LinkML Source

Direct

name: PropertyReadEffectFacet
description: '"A properties read effect facet is a grouping of characteristics unique
  to the effects of actions upon observable objects where a characteristic isRead
  from an observable object. An example of this would be the current running state
  of a process."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: DefinedEffectFacet
slots:
- propertyName
- value

Induced

name: PropertyReadEffectFacet
description: '"A properties read effect facet is a grouping of characteristics unique
  to the effects of actions upon observable objects where a characteristic isRead
  from an observable object. An example of this would be the current running state
  of a process."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: DefinedEffectFacet
attributes:
  propertyName:
    name: propertyName
    description: '"Specifies the Name of the property being read."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: propertyName
    owner: PropertyReadEffectFacet
    domain_of:
    - PropertyReadEffectFacet
    range: string
  value:
    name: value
    description: A string value.
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: value
    owner: PropertyReadEffectFacet
    domain_of:
    - ControlledVocabulary
    - DictionaryEntry
    - DomainNameFacet
    - EnvironmentVariable
    - PropertyReadEffectFacet
    - ActionArgumentFacet
    range: string