--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedAssociation.ttl Wed Jul 11 08:58:17 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedAssociation.ttl Wed Jul 11 09:08:58 2012 -0400
@@ -10,26 +10,26 @@
:steve;
prov:qualifiedAssociation [
a prov:Association;
- prov:agent :derek;
- prov:hadRole :illustrationist;
+ prov:agent :derek;
+ prov:hadRole :illustrationist;
rdfs:comment "Derek made the illustration"@en
];
prov:qualifiedAssociation [
a prov:Association;
- prov:agent :steve;
- prov:hadRole :stylist;
+ prov:agent :steve;
+ 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:hadRole :stylist;
+ prov:agent :derek;
+ prov:hadRole :stylist;
rdfs:comment "But Derek also did some styling of his own."@en
] .
-:derek a prov:Person, prov:Agent, prov:Entity .
-:steve a prov:Person, prov:Agent, prov:Entity .
+:derek a prov:Person, prov:Agent .
+:steve a prov:Person, prov:Agent .
:illustratonist a prov:Role .
:stylist a prov:Role .