Re: [sdw] time-prov: Drop alignment axioms that lead to deprecated property (#1428)

> Lets leave the property chains in as _comments_ so that we preserve the intent while removing the broken OWL.

Happily.  Though, I realized it might be helpful to borrow PROV-O's annotation style.  Do you have any feelings on that predicate usage?

Also, in light of the aligned property deprecation, would you be amenable to this statement going onto the end of the three editorial notes?

> However, some translation mechanism should be used to align the timestamp value to time:inXSDDateTimeStamp.

E.g.:

```patch
diff --git a/time/rdf/time-prov.ttl b/time/rdf/time-prov.ttl
index 7f04a20..32164c1 100644
--- a/time/rdf/time-prov.ttl
+++ b/time/rdf/time-prov.ttl
@@ -29,11 +29,11 @@ prov:InstantaneousEvent
   rdfs:subClassOf time:Instant ;
 .
 prov:atTime
-  prov:editorialNote "It is the intent that the subproperty alignment holds: prov:endedAtTime rdfs:subPropertyOf time:inXSDDateTime."@en ;
+  prov:editorialNote "It is the intent that the subproperty alignment holds: prov:endedAtTime rdfs:subPropertyOf time:inXSDDateTime.  However, some translation mechanism should be used to align the timestamp value to time:inXSDDateTimeStamp."@en ;
 .
 prov:endedAtTime
-  prov:editorialNote "It is the intent that the property chain holds: (time:hasEnd o time:inXSDDateTime) rdfs:subPropertyOf prov:endedAtTime."@en ;
+  prov:editorialNote "It is the intent that the property chain holds: (time:hasEnd o time:inXSDDateTime) rdfs:subPropertyOf prov:endedAtTime.  However, some translation mechanism should be used to align the timestamp value to time:inXSDDateTimeStamp."@en ;
 .
 prov:startedAtTime
-  prov:editorialNote "It is the intent that the property chain holds: (time:hasBeginning o time:inXSDDateTime) rdfs:subPropertyOf prov:startedAtTime."@en ;
+  prov:editorialNote "It is the intent that the property chain holds: (time:hasBeginning o time:inXSDDateTime) rdfs:subPropertyOf prov:startedAtTime.  However, some translation mechanism should be used to align the timestamp value to time:inXSDDateTimeStamp."@en ;
 .
```

-- 
GitHub Notification of comment by ajnelson-nist
Please view or discuss this issue at https://github.com/w3c/sdw/pull/1428#issuecomment-3224104324 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 26 August 2025 13:06:39 UTC