http://www.w3.org/2006/time#intervalMeets
If a proper interval T1 is intervalMeets another proper interval T2, then the end of T1 is coincident with the beginning of T2.
DOMAIN | PROPERTY | RANGE |
---|---|---|
time:ProperInterval | time:intervalMeets | time:ProperInterval |
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix time: <http://www.w3.org/2006/time#> .
time:intervalMeets a owl:ObjectProperty ;
rdfs:label "interval meets"@en,
"intervalo se encuentra"@es ;
rdfs:comment "If a proper interval T1 is intervalMeets another proper interval T2, then the end of T1 is coincident with the beginning of T2."@en,
"Si un intervalo propio T1 se encuentra con otro intervalo propio T2, entonces el final de T1 coincide con el principio de T2."@es ;
rdfs:domain time:ProperInterval ;
rdfs:range time:ProperInterval ;
owl:inverseOf time:intervalMetBy ;
skos:definition "If a proper interval T1 is intervalMeets another proper interval T2, then the end of T1 is coincident with the beginning of T2."@en,
"Si un intervalo propio T1 se encuentra con otro intervalo propio T2, entonces el final de T1 coincide con el principio de T2."@es .