From https://ontology.unifiedcyberontology.org/documentation/class-observablentfsfile.html
core:modifiedTime owl:DatatypeProperty Specifies the time that this particular version of the object was modified. The object creator can use the time it deems most appropriate as the time this version of the object was modified. The value of the modified property for a given object version MUST be later than or equal to the value of the created property. Object creators MUST update the modified property when creating a new version of an object. The modified timestamp MUST be precise to the nearest millisecond (exactly three digits after the decimal place in seconds).
Shouldn't this be: Specifies the time that this particular version of the object was last modified.
Given other modification could have occurred your data might no longer contain a record of it
The modified timestamp MUST be precise to the nearest millisecond (exactly three digits after the decimal place in seconds).
Where can I find the rationale for this MUST?
From https://ontology.unifiedcyberontology.org/documentation/class-observablentfsfile.html
Shouldn't this be: Specifies the time that this particular version of the object was last modified.
Given other modification could have occurred your data might no longer contain a record of it
Where can I find the rationale for this MUST?