You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We used to have a property called wasLastModifiedAt (see below). It disappeared with the new time changes in the 11.0.0 release. There is no mention of it in the release notes, so I'm wondering if it was an oversight and we still want it. If we want to restore a property with this meaning, I propose that it be named lastModifiedDateTime. In any event the release notes should mention it. See also #693 and #762
gist:wasLastModifiedAt
a owl:ObjectProperty ;
rdfs:subPropertyOf gist:hasActual ;
rdfs:range gist:TimeInstant ;
skos:definition "Date that something was last modified."^^xsd:string ;
skos:prefLabel "was last modified at"^^xsd:string ;
.
The text was updated successfully, but these errors were encountered:
We used to have a property called
wasLastModifiedAt
(see below). It disappeared with the new time changes in the 11.0.0 release. There is no mention of it in the release notes, so I'm wondering if it was an oversight and we still want it. If we want to restore a property with this meaning, I propose that it be namedlastModifiedDateTime
. In any event the release notes should mention it. See also #693 and #762The text was updated successfully, but these errors were encountered: