--- a/ontology/ProvenanceOntology.owl Thu Feb 16 11:49:03 2012 +0000
+++ b/ontology/ProvenanceOntology.owl Thu Feb 16 11:24:30 2012 -0500
@@ -58,10 +58,7 @@
<rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
<rdfs:label xml:lang="en">had recipe</rdfs:label>
<rdfs:comment xml:lang="en"
- >The ProcessExecution activity performed was described by
- the given recipe resource. Process specifications, as
- referred to by recipe links, are out of scope of this
- specification</rdfs:comment>
+ >The Activity performed was described by the given plan resource. Activity specifications, as referred to by plan links, are out of scope of this specification</rdfs:comment>
<rdfs:domain rdf:resource="Association"/>
<rdfs:range rdf:resource="Plan"/>
</owl:ObjectProperty>
@@ -288,7 +285,7 @@
<rdfs:label xml:lang="en"
>was generated by</rdfs:label>
<rdfs:comment xml:lang="en"
- >wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution</rdfs:comment>
+ >wasGeneratedBy links Entitites with Activity representing that entity was generated as a result of Activity</rdfs:comment>
<rdfs:range rdf:resource="Activity"/>
<rdfs:domain rdf:resource="Entity"/>
</owl:ObjectProperty>
@@ -299,8 +296,7 @@
<owl:ObjectProperty rdf:about="wasInformedBy">
<rdfs:label xml:lang="en">was informed by</rdfs:label>
- <rdfs:comment rdf:datatype="&xsd;string"
- >Proposal to change the name to "Dependencies amongst Process Executions" to avoid ambiguities</rdfs:comment>
+ <rdfs:comment rdf:datatype="&xsd;string"></rdfs:comment>
<rdfs:domain rdf:resource="Activity"/>
<rdfs:range rdf:resource="Activity"/>
</owl:ObjectProperty>
@@ -321,8 +317,6 @@
<!-- http://www.w3.org/ns/prov-o/wasRevisionOf -->
<owl:ObjectProperty rdf:about="wasRevisionOf">
- <rdfs:comment rdf:datatype="&xsd;string"
- >How is this property distinct from wasDerivedFrom?</rdfs:comment>
<rdfs:domain rdf:resource="Entity"/>
<rdfs:range rdf:resource="Entity"/>
<rdfs:subPropertyOf rdf:resource="wasDerivedFrom"/>