mirror of
https://github.com/CommonCoreOntology/CommonCoreOntologies.git
synced 2026-04-27 03:00:27 -04:00
definition interval overlaps
This commit is contained in:
@@ -1213,7 +1213,7 @@ mro:ont00001825 rdf:type owl:ObjectProperty ;
|
||||
rdfs:range obo:BFO_0000038 ;
|
||||
owl:propertyDisjointWith mro:ont00001862 ;
|
||||
rdfs:label "interval overlaps"@en ;
|
||||
<http://www.w3.org/2004/02/skos/core#definition> "A Temporal Interval INT1 overlaps some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, inst3, inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst1 is before inst3, inst3 is before inst2, and inst2 is before inst4."@en ;
|
||||
<http://www.w3.org/2004/02/skos/core#definition> "x interval_overlaps y iff x and y are both instances of One Dimensional Temporal Region and there exist instances of Zero Dimensional Temporal Region u, v, w, z such that u is the starting instant of x, v is the ending instant of x, w is the starting instant of y, z is the ending instant of y, u is before w, w is before v, and v is before z."@en ;
|
||||
cco:ont00001754 "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ;
|
||||
cco:ont00001760 <https://www.commoncoreontologies.org/ModalRelationOntology> .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user