Skip to content

Class: TemporalRelationship

A relationship to another time point

URI: linkml_common:TemporalRelationship

classDiagram class TemporalRelationship Relationship <|-- TemporalRelationship TemporalRelationship : predicate TemporalRelationship --> RelativeTimeEnum : predicate TemporalRelationship : relative_to TemporalRelationship --> Entity : relative_to TemporalRelationship : type

Inheritance

Slots

Name Cardinality and Range Description Inheritance
predicate 0..1
RelativeTimeEnum
The relationship between the two time points direct
relative_to 0..1
Entity or 
TimePoint or 
TemporalInterval or 
Event
direct
type 0..1
String
A type for a thing Entity

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/linkml-common

Mappings

Mapping Type Mapped Value
self linkml_common:TemporalRelationship
native linkml_common:TemporalRelationship

LinkML Source

Direct

name: TemporalRelationship
description: A relationship to another time point
from_schema: https://w3id.org/linkml/linkml-common
is_a: Relationship
attributes:
  predicate:
    name: predicate
    description: The relationship between the two time points
    from_schema: https://w3id.org/linkml-common/time
    rank: 1000
    domain_of:
    - TemporalRelationship
    range: RelativeTimeEnum
  relative_to:
    name: relative_to
    from_schema: https://w3id.org/linkml-common/time
    rank: 1000
    domain_of:
    - TemporalRelationship
    range: Entity
    any_of:
    - range: TimePoint
    - range: TemporalInterval
    - range: Event

Induced

name: TemporalRelationship
description: A relationship to another time point
from_schema: https://w3id.org/linkml/linkml-common
is_a: Relationship
attributes:
  predicate:
    name: predicate
    description: The relationship between the two time points
    from_schema: https://w3id.org/linkml-common/time
    rank: 1000
    alias: predicate
    owner: TemporalRelationship
    domain_of:
    - TemporalRelationship
    range: RelativeTimeEnum
  relative_to:
    name: relative_to
    from_schema: https://w3id.org/linkml-common/time
    rank: 1000
    alias: relative_to
    owner: TemporalRelationship
    domain_of:
    - TemporalRelationship
    range: Entity
    any_of:
    - range: TimePoint
    - range: TemporalInterval
    - range: Event
  type:
    name: type
    description: A type for a thing. The range of this should be a class within the
      schema. It is intended for schema-based classification. Anything beneath the
      shoreline of the schema should use `classification`.
    from_schema: https://w3id.org/linkml/linkml-common
    rank: 1000
    designates_type: true
    alias: type
    owner: TemporalRelationship
    domain_of:
    - Entity
    - NamedThing
    range: string