@prefix owl:  <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov-o/> .

prov:lastModified
   a owl:DatasetProperty;
   rdfs:range xsd:dateTime;
   rdfs:comment "The most recent modified time known. Should be constructed by selecting the maximum dcterms:modified value.";
.
