Difference between revisions of "TemporalEntity"
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Class Definition | {{Class Definition | ||
− | |Description=TemporalEntity represents a generic time object – either an Instant or an Interval. | + | |Subclass Of=Time:TemporalEntity |
+ | |Description=TemporalEntity represents a generic time object – either an Instant or an Interval.Core properties are: | ||
+ | o before: specifies a Temporal Entity that the Temporal Entity exists before | ||
+ | o after: specifies a Temporal Entity that the Temporal Entity exists after | ||
+ | o hasBeginning: specifies an Instant the identifies the beginning of the Temporal Entity | ||
+ | o hasEnd: specifies an Instant that identifies the end of the Temporal Entity | ||
+ | o hasXSDDuration: specifies the duration of a Temporal Entity in the xsd:duration format. | ||
|Definition Status=Pending Approval | |Definition Status=Pending Approval | ||
}} | }} |
Latest revision as of 14:37, 9 August 2021
Pattern
This class has been associated with the following pattern:
Subclass Of
Description
An English description of the definition (what distinguishes this sense of the term?).
TemporalEntity represents a generic time object – either an Instant or an Interval.Core properties are: o before: specifies a Temporal Entity that the Temporal Entity exists before o after: specifies a Temporal Entity that the Temporal Entity exists after o hasBeginning: specifies an Instant the identifies the beginning of the Temporal Entity o hasEnd: specifies an Instant that identifies the end of the Temporal Entity o hasXSDDuration: specifies the duration of a Temporal Entity in the xsd:duration format.
Class Diagram Description
Required by Use Case(s)
(why is this specialized definition needed?)
CDM References
What other classes or properties reference this term?
Interface Specification References
This class has been associated with the following interface specification items:
Sources
Sources considered when developing the class:
Status
Pending Approval
Has Subclass(es)
Annotations
Annotation | Value |
---|
Manchester Syntax Specification
Property | Restriction | Value |
---|---|---|
After | only | TemporalEntity |
HasEnd | only | Instant |
HasBeginning | only | Instant |
HasXSDDuration | only | xsd:duration |
Before | only | TemporalEntity |
equivalentClass | Instant or Interval |
Supplementary Figures
Figure | Caption |
---|