Submissions:TimeInterval
From Odp
Line 28: | Line 28: | ||
}} | }} | ||
{{Reviews about me}} | {{Reviews about me}} | ||
- | + | This Content OP can be composed with other Content OPs when temporal aspects need to be represented. |
Revision as of 17:28, 27 April 2008
General description
Name: | time interval |
---|---|
Submitted by: | User:ValentinaPresutti |
Also Known As: | |
Intent: | To represent time intervals. |
Domains: | |
Competency Questions: |
date of this time interval? |
Solution description: | |
Reusable OWL Building Block: | http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl (1158) |
Consequences: | The dates of the time interval are not part of the domain of discourse, they are datatype
values. If there is the need of reasoning about dates this Content OP should be used in composition with the region Content OP. |
Scenarios: | The time interval “January 2008” starts at 2008−01−01 and ends at and ends at 2008−01−31. |
Known Uses: | |
Web References: | |
Other References: | |
Examples (OWL files): | |
Extracted From: | |
Reengineered From: | |
Has Components: | |
Specialization Of: | |
Related CPs: |
Elements
The TimeInterval Content OP locally defines the following ontology elements:
has interval date (owl:DatatypeProperty) A datatype property that encodes values from xsd:date for a time interval; a same time interval can have more than one xsd:date value: begin date, end date, date at which the interval holds, as well as dates expressed in different formats: xsd:gYear, xsd:dateTime, etc.
has interval start date (owl:DatatypeProperty) The start date of a time interval.
has interval end date (owl:DatatypeProperty) The end date of a time interval.
Reviews
There is no review about this proposal. This revision (revision ID 1329) takes in account the reviews: none
Other info at evaluation tab
This Content OP can be composed with other Content OPs when temporal aspects need to be represented.