PROV-ISSUE-92 (remove-individuals): Remove example individual from ontology [Formal Model]

PROV-ISSUE-92 (remove-individuals): Remove example individual from ontology [Formal Model]

http://www.w3.org/2011/prov/track/issues/92

Raised by: Stian Soiland-Reyes
On product: Formal Model

http://dvcs.w3.org/hg/prov/raw-file/default/ontology/ProvenanceOntology.owl contains the data property:

     <owl:DatatypeProperty rdf:about="#ab">
         <rdfs:domain rdf:resource="#Entity"/>
         <rdfs:range rdf:resource="&xsd;string"/>
     </owl:DatatypeProperty>


I'm not sure what this means, except it is used in this example individual:


     <Entity rdf:about="#s">
         <rdf:type rdf:resource="&owl;Thing"/>
         <ab rdf:datatype="&xsd;string">file.txt</ab>
     </Entity>


I would suggest removing both of these from the ontology.

Received on Wednesday, 7 September 2011 11:57:03 UTC