tetherless-world / dco-ontology

Deep Carbon Observatory Ontology
Creative Commons Zero v1.0 Universal
1 stars 0 forks source link

dateModified not needed as covered in prov-o #69

Open mrpatrickwest opened 8 years ago

mrpatrickwest commented 8 years ago
dco:dateModified
      a       owl:ObjectProperty ;
      rdfs:domain vivo:InformationResource ;
      rdfs:label "date modified"@en-US ;
      rdfs:range vivo:DateTimeValue ;
      rdfs:subPropertyOf owl:topObjectProperty , vivo:dateTimeValue , dco:dateModified ;
      rdfs:comment  """
      Specifies when an information resource, such as a publication or
      dataset, was last updated, either added or edited.
      """^^rdf:XMLLiteral .
zednis commented 8 years ago

I agree that prov:generatedAtTime works for this scenario but only if new prov:Entity resources are generated for each revision of the entity; in that case the creation date of the latest entity is the last modified date.