provo egs typo
authorTim L <lebot@rpi.edu>
Wed, 11 Jul 2012 08:34:30 -0400
changeset 3937 c35ed390bb30
parent 3929 b4a8e12f9f8d
child 3938 5a7c6aa026e0
provo egs typo
examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedAssociation.ttl
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedAssociation.ttl	Tue Jul 10 18:45:33 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedAssociation.ttl	Wed Jul 11 08:34:30 2012 -0400
@@ -11,20 +11,20 @@
     prov:qualifiedAssociation [
         a prov:Association;
         prov:agent :derek;
-        prov:role  :illustrationist;
+        prov:hadRole  :illustrationist;
         rdfs:comment "Derek made the illustration"@en
     ];
     prov:qualifiedAssociation [
         a prov:Association;
         prov:agent :steve;
-        prov:role  :stylist;
+        prov:hadRole  :stylist;
         prov:hadPlan :style-guide;
         rdfs:comment "Steve helped Derek conform with the publisher's style guide."@en 
     ];
     prov:qualifiedAssociation [
         a prov:Association;
         prov:agent :derek;
-        prov:role  :stylist;
+        prov:hadRole  :stylist;
         rdfs:comment "But Derek also did some styling of his own."@en 
     ] .