http://www.w3.org/2006/time#intervalMetBy
If a proper interval T1 is intervalMetBy another proper interval T2, then the beginning of T1 is coincident with the end of T2.
DOMAIN | PROPERTY | RANGE |
---|---|---|
time:ProperInterval | time:intervalMetBy | 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:intervalMetBy a owl:ObjectProperty ;
rdfs:label "interval met by"@en,
"intervalo encontrado por"@es ;
rdfs:comment "If a proper interval T1 is intervalMetBy another proper interval T2, then the beginning of T1 is coincident with the end of T2."@en,
"Si un intervalo propio T1 es 'intervalo encontrado por' otro intervalo propio T2, entonces el principio de T1 coincide con el final de T2."@es ;
rdfs:domain time:ProperInterval ;
rdfs:range time:ProperInterval ;
skos:definition "If a proper interval T1 is intervalMetBy another proper interval T2, then the beginning of T1 is coincident with the end of T2."@en,
"Si un intervalo propio T1 es 'intervalo encontrado por' otro intervalo propio T2, entonces el principio de T1 coincide con el final de T2."@es .