corrected an error in the Influence example
authorJun Zhao <jun.zhao@zoo.ox.ac.uk>
Tue, 11 Sep 2012 14:24:51 +0100
changeset 4456 250c458ac028
parent 4455 e88f985deba2
child 4457 ec122f2c8c51
corrected an error in the Influence example
examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Influence.ttl
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Influence.ttl	Tue Sep 11 14:20:28 2012 +0100
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Influence.ttl	Tue Sep 11 14:24:51 2012 +0100
@@ -28,7 +28,7 @@
         prov:AgentInfluence,   # Inferred
         prov:Influence;        # Inferred
       prov:agent   :bob;       # The object of my:wasConductedBy
-      prov:hadRole :surgeon;
+      prov:hadRole my:surgeon;
    ];
 .