Skip to content

Class: TemporalRelationship

A relationship to another time point

URI: linkml_common:TemporalRelationship

classDiagram class TemporalRelationship click TemporalRelationship href "../TemporalRelationship" Relationship <|-- TemporalRelationship click Relationship href "../Relationship" TemporalRelationship : object TemporalRelationship --> "0..1" Entity : object click Entity href "../Entity" TemporalRelationship : predicate TemporalRelationship --> "0..1" RelativeTimeEnum : predicate click RelativeTimeEnum href "../RelativeTimeEnum" TemporalRelationship : relative_to TemporalRelationship --> "0..1" Entity : relative_to click Entity href "../Entity" TemporalRelationship : subject TemporalRelationship --> "0..1" Entity : subject click Entity href "../Entity" 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
subject 0..1
Entity
Relationship
object 0..1
Entity
Relationship
type 0..1
String
A type for a thing Typed

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
    domain_of:
    - Relationship
    - TemporalRelationship
    - OrganizationPersonnelRelationship
    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
    alias: predicate
    owner: TemporalRelationship
    domain_of:
    - Relationship
    - TemporalRelationship
    - OrganizationPersonnelRelationship
    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
  subject:
    name: subject
    from_schema: https://w3id.org/linkml-common/core
    alias: subject
    owner: TemporalRelationship
    domain_of:
    - Relationship
    - ClinicalHistory
    - SubjectHistory
    - OrganizationPersonnelRelationship
    range: Entity
  object:
    name: object
    from_schema: https://w3id.org/linkml-common/core
    alias: object
    owner: TemporalRelationship
    domain_of:
    - Relationship
    - OrganizationPersonnelRelationship
    range: Entity
  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:
    - Typed
    range: string