Skip to content

Class: Duration

URI: comet:Duration

classDiagram class Duration click Duration href "../Duration" Temporal <|-- Duration click Temporal href "../Temporal" Duration : end_time Duration --> "0..1" TimePoint : end_time click TimePoint href "../TimePoint" Duration : happens_at Duration --> "0..1" TimePoint : happens_at click TimePoint href "../TimePoint" Duration : is_ongoing_as_of Duration --> "0..1" TimePoint : is_ongoing_as_of click TimePoint href "../TimePoint" Duration : recurring Duration --> "0..1" RecurringTemporalWindow : recurring click RecurringTemporalWindow href "../RecurringTemporalWindow" Duration : start_time Duration --> "0..1" TimePoint : start_time click TimePoint href "../TimePoint"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
start_time 0..1
TimePoint
direct
end_time 0..1
TimePoint
direct
happens_at 0..1
TimePoint
direct
is_ongoing_as_of 0..1
TimePoint
direct
recurring 0..1
RecurringTemporalWindow
direct

Usages

used by used in type used
Thing has_time range Duration
DomainEntity has_time range Duration
InvestigativeEntity has_time range Duration
Observable has_time range Duration
Observation has_time range Duration
Event has_time range Duration
Sample has_time range Duration
Investigation has_time range Duration
InformationEntity has_time range Duration
InvestigativeProtocol has_time range Duration
StudyDesign has_time range Duration
StudyResult has_time range Duration
StudyHypothesis has_time range Duration
Agent has_time range Duration
Organization has_time range Duration
Relationship has_time range Duration
RecurringTemporalWindow enumerated_times range Duration
RecurringTemporalWindow period range Duration
Concept has_time range Duration
UnitConcept has_time range Duration
QuantityKind has_time range Duration
AttributeConcept has_time range Duration
Variable has_time range Duration
Device has_time range Duration
DataObject has_time range Duration
InvestigationSite has_time range Duration
Procedure has_time range Duration
Dataset has_time range Duration
EnvironmentalMaterial has_time range Duration
Organism has_time range Duration
OrganismPart has_time range Duration
OrganismPopulation has_time range Duration
Microbiome has_time range Duration
Patient has_time range Duration
Cohort has_time range Duration
HealthcareSite has_time range Duration
HealthcareEncounter has_time range Duration
HealthcareOrganization has_time range Duration

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/comet

Mappings

Mapping Type Mapped Value
self comet:Duration
native comet:Duration

LinkML Source

Direct

name: Duration
from_schema: https://w3id.org/comet
is_a: Temporal
slots:
- start_time
- end_time
- happens_at
- is_ongoing_as_of
- recurring

Induced

name: Duration
from_schema: https://w3id.org/comet
is_a: Temporal
attributes:
  start_time:
    name: start_time
    from_schema: https://w3id.org/comet
    rank: 1000
    alias: start_time
    owner: Duration
    domain_of:
    - Duration
    range: TimePoint
  end_time:
    name: end_time
    from_schema: https://w3id.org/comet
    rank: 1000
    alias: end_time
    owner: Duration
    domain_of:
    - Duration
    range: TimePoint
  happens_at:
    name: happens_at
    from_schema: https://w3id.org/comet
    rank: 1000
    alias: happens_at
    owner: Duration
    domain_of:
    - Duration
    range: TimePoint
  is_ongoing_as_of:
    name: is_ongoing_as_of
    from_schema: https://w3id.org/comet
    rank: 1000
    alias: is_ongoing_as_of
    owner: Duration
    domain_of:
    - Duration
    range: TimePoint
  recurring:
    name: recurring
    from_schema: https://w3id.org/comet
    rank: 1000
    alias: recurring
    owner: Duration
    domain_of:
    - Duration
    range: RecurringTemporalWindow