Skip to content

Commit dee1bdd

Browse files
committed
Merge branch '1456-owl-time-test-suite' into gh-pages
# Conflicts: # time/chapters/entities-relations.html
2 parents f8c6d74 + 6c7de8e commit dee1bdd

4 files changed

Lines changed: 11 additions & 7 deletions

File tree

time/chapters/conformance.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,9 @@
88
<p>
99
OWL-Time-compliant knowledge graphs MAY include additional class instances, object and data properties, and
1010
additional RDF data.
11-
</p>
11+
</p>
12+
<p class="note">
13+
A test-suite for temporal-entities with positions given using <code>xsd:dateTime</code>, is provided in the <a href="https://github.com/w3c/sdw/tree/gh-pages/time/test">test</a> directory of the repository.
14+
A set of queries which compute the relationships between temporal entities using the [[SPARQL-QUERY]] `CONSTRUCT` or `INSERT` operations, is provided.
15+
</p>
16+

time/chapters/entities-relations.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ <h4>Additional relations between temporal entities</h4>
110110
<p>
111111
Due to these considerations it is convenient to introduce some additional topological relations between temporal
112112
entities explicitly.
113-
This supports some applications more efficiently, and is also useful for interoperability purposes.
113+
This supports some applications more efficiently, and is useful for interoperability purposes.
114114
</p>
115115
<p>
116116
The additional relations are implemented in OWL-Time as:
@@ -160,7 +160,6 @@ <h4>Additional relations between temporal entities</h4>
160160
</figcaption>
161161
</figure>
162162

163-
164163
<h4>Relating temporal information with any entity</h4>
165164
<p>
166165
The properties <a>:hasTemporalDuration</a>, <a>:hasBeginning</a> and <a>:hasEnd</a>, together with a fourth generic

time/test/TestEntityRelations.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1704,9 +1704,9 @@ ex:test
17041704
21 :Intervals I11, I12, I13, I14, I15, I16, I22, I23, I24, I25, I26, I33, I34, I35, I36, I44, I45, I46, I55, I56, I66
17051705
15 :ProperIntervals I12, I13, I14, I15, I16, I23, I24, I25, I26, I34, I35, I36, I45, I46, I56
17061706
1707-
Relations between them inserted using the SPARQL constructs in SPARQL-compute-relations.md
1707+
Relations between them have been inserted using the SPARQL constructs in SPARQL-compute-relations.md
17081708
"""@en ;
1709-
dct:modified "2025-09-01"^^xsd:date ;
1709+
dct:modified "2025-09-08"^^xsd:date ;
17101710
dct:rights "Copyright © 2006-2025 W3C, OGC. W3C and OGC liability, trademark and document use rules apply."@en ;
17111711
dct:title "Test data for OWL-Time entity relations"@en ;
17121712
owl:imports <http://www.w3.org/2006/time> ;

time/test/TestEntitys.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,9 @@ ex:test
150150
21 :Intervals I11, I12, I13, I14, I15, I16, I22, I23, I24, I25, I26, I33, I34, I35, I36, I44, I45, I46, I55, I56, I66
151151
15 :ProperIntervals I12, I13, I14, I15, I16, I23, I24, I25, I26, I34, I35, I36, I45, I46, I56
152152
153-
Relations between them inserted using the SPARQL constructs in SPARQL-compute-relations.md
153+
Relations between them may be inserted using the SPARQL constructs in SPARQL-compute-relations.md
154154
"""@en ;
155-
dct:modified "2025-09-01"^^xsd:date ;
155+
dct:modified "2025-09-08"^^xsd:date ;
156156
dct:rights "Copyright © 2006-2025 W3C, OGC. W3C and OGC liability, trademark and document use rules apply."@en ;
157157
dct:title "Test data for OWL-Time entity relations"@en ;
158158
owl:imports <http://www.w3.org/2006/time> ;

0 commit comments

Comments
 (0)