Skip to content

Class: TimeValuePair

Tuple that represents a time value pair. This will handle timestamp conversion(timestamp, value)

URI: basin3d_schema:TimeValuePair

classDiagram class TimeValuePair TimeValuePair : timestamp TimeValuePair : value

Slots

Name Cardinality and Range Description
timestamp 0..1
xsd:string
value 0..1
xsd:string

Usages

used by used in type used
MeasurementTimeseriesTVPObservation result_points range TimeValuePair
MeasurementTimeseriesTVPResultMixin result_points range TimeValuePair

TODOs

  • LinkML does not dorectly represent tuples

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/cmungall/basin3d_schema/core

Mappings

Mapping Type Mapped Value
self ['basin3d_schema:TimeValuePair']
native ['basin3d_schema:TimeValuePair']

LinkML Specification

Direct

name: TimeValuePair
description: Tuple that represents a time value pair.  This will handle timestamp
  conversion`(timestamp, value)`
todos:
- LinkML does not dorectly represent tuples
from_schema: https://w3id.org/cmungall/basin3d_schema/core
rank: 1000
attributes:
  timestamp:
    name: timestamp
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    rank: 1000
  value:
    name: value
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    rank: 1000

Induced

name: TimeValuePair
description: Tuple that represents a time value pair.  This will handle timestamp
  conversion`(timestamp, value)`
todos:
- LinkML does not dorectly represent tuples
from_schema: https://w3id.org/cmungall/basin3d_schema/core
rank: 1000
attributes:
  timestamp:
    name: timestamp
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    rank: 1000
    alias: timestamp
    owner: TimeValuePair
    domain_of:
    - TimeValuePair
    range: string
  value:
    name: value
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    rank: 1000
    alias: value
    owner: TimeValuePair
    domain_of:
    - TimeValuePair
    - VerticalCoordinate
    range: string