--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Responsibility.ttl Thu Apr 26 09:42:07 2012 +0100
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Responsibility.ttl Thu Apr 26 06:56:00 2012 -0400
@@ -4,4 +4,16 @@
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix : <http://example.com/> .
-# TODO
+:policySale
+ a prov:Actvity;
+ prov:wasAssociatedWith :InsuranceAgent_Frank.
+
+:InsuranceAgent_Frank
+ a prov:Person,
+ prov:actedOnBehalfOf :InsuranceCompany_A;
+ prov:qualifiedResponsibility [
+ a prov:Responsibility;
+ prov:agent :InsuranceCompany_A;
+ prov:hadRole :guarantor; #The company is the guarantor of the policy
+ ];
+.
\ No newline at end of file
--- a/ontology/ProvenanceOntology.owl Thu Apr 26 09:42:07 2012 +0100
+++ b/ontology/ProvenanceOntology.owl Thu Apr 26 06:56:00 2012 -0400
@@ -1677,8 +1677,13 @@
<rdfs:comment xml:lang="en">An instance of prov:Usage provides additional descriptions about the binary prov:used relation from some prov:Activity to an prov:Entity that it used. For example, :keynote prov:used :podium; prov:qualified [ a prov:Usage; prov:entity :podium; :foo :bar ].</rdfs:comment>
<prov:unqualifiedForm rdf:resource="&prov;used"/>
</owl:Class>
+<<<<<<< local
+=======
+>>>>>>> other
+<<<<<<< local
+=======
<!--
///////////////////////////////////////////////////////////////////////////////////////
@@ -1703,6 +1708,7 @@
<prov:category>qualified</prov:category>
<prov:component>agents-responsibility</prov:component>
</owl:NamedIndividual>
+>>>>>>> other
</rdf:RDF>