--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Association.ttl Tue May 15 22:53:13 2012 +0100
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Association.ttl Wed May 16 09:19:10 2012 +0100
@@ -17,8 +17,8 @@
a prov:Association;
prov:agent :steve;
prov:hadRole :stylist;
- prov:hadPlan :house-styles;
- rdfs:comment "Steve helped Derek conform with the house style."@en;
+ prov:hadPlan :style-guide;
+ rdfs:comment "Steve helped Derek conform with the publisher's style guide."@en;
];
.
@@ -28,4 +28,4 @@
:illustratonist a prov:Role .
:stylist a prov:Role .
-:house-styles a prov:Plan, prov:Entity .
+:style-guide a prov:Plan, prov:Entity .
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Plan.ttl Tue May 15 22:53:13 2012 +0100
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Plan.ttl Wed May 16 09:19:10 2012 +0100
@@ -6,16 +6,17 @@
:illustrating
a prov:Activity;
- prov:qualifiedAssociation :steve-checking-housestyles;
+ prov:qualifiedAssociation :steve-checking-style-guide;
.
-:steve-checking-housestyles
+:steve-checking-style-guide
a prov:Association;
prov:agent :steve;
- prov:hadPlan :house-styles;
+ prov:hadPlan :style-guide;
+ rdfs:comment "Steve followed the publisher's style guide"@en;
.
-:house-styles
+:style-guide
a prov:Plan, prov:Entity;
rdfs:comment "Use blue graphs for positive spin, red for negative"@en;
.
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_hadPlan.ttl Tue May 15 22:53:13 2012 +0100
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_hadPlan.ttl Wed May 16 09:19:10 2012 +0100
@@ -8,18 +8,18 @@
a prov:Activity;
prov:wasAssociatedWith :derek,
:steve;
- prov:qualifiedAssociation :steve-checking-housestyles;
+ prov:qualifiedAssociation :steve-checking-style-guide;
.
-:steve-checking-housestyles
+:steve-checking-style-guide
a prov:Association;
prov:agent :steve;
prov:hadRole :stylist;
- prov:hadPlan :house-styles;
- rdfs:comment "Steve helped Derek conform with the house style"@en;
+ prov:hadPlan :style-guide;
+ rdfs:comment "Steve followed the style guide"@en;
.
-:house-styles
+:style-guide
a prov:Plan, prov:Entity;
rdfs:comment "Use blue graphs for positive spin, red for negative"@en;
.
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedAssociation.ttl Tue May 15 22:53:13 2012 +0100
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedAssociation.ttl Wed May 16 09:19:10 2012 +0100
@@ -18,8 +18,8 @@
a prov:Association;
prov:agent :steve;
prov:role :stylist;
- prov:hadPlan :houseStyles;
- rdfs:comment "Steve helped Derek conform with the house style."@en
+ prov:hadPlan :style-guide;
+ rdfs:comment "Steve helped Derek conform with the publisher's style guide."@en
];
prov:qualifiedAssociation [
a prov:Association;
@@ -34,4 +34,4 @@
:illustratonist a prov:Role .
:stylist a prov:Role .
-:houseStyles a prov:Plan, prov:Entity .
+:style-guide a prov:Plan, prov:Entity .