Remove sameTimeAs #461
Labels
closed: already resolved
The issue has been resolved by an earlier modification or one slated for implementation
topic: dates and times
This predicate has domain and range
TimeInstant
. ATimeInstant
has both local and universal datetime values expressed asxsd:dateTime
. Anxsd:dateTime
should have a time zone in order to be fully specified (see https://www.w3.org/TR/xmlschema-2/#dateTime) so we always know what universal time the local time refers to. Therefore, we can always compare twoTimeInstant
s and determine whether they are the same or not based on their values, and can thus express identity usingowl:sameAs
.The text was updated successfully, but these errors were encountered: