Skip to content

Commit 8b91828

Browse files
committed
Correct restriction on ContemporaryEvent
1 parent fb6ccb8 commit 8b91828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gistCore.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ gist:ContemporaryEvent
407407
]
408408
[
409409
a owl:Restriction ;
410-
owl:onProperty gist:endDateTime ;
410+
owl:onProperty gist:actualEndDateTime ;
411411
owl:maxCardinality "0"^^xsd:nonNegativeInteger ;
412412
]
413413
) ;

0 commit comments

Comments
 (0)