--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Derivation.ttl Wed May 30 19:25:20 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Derivation.ttl Wed May 30 19:35:22 2012 -0400
@@ -16,7 +16,7 @@
a prov:Derivation; # An instance of Derivation provides more details
prov:entity :aggregatedByRegions; # about how :bar_chart was derived from :aggregatedRegions
- :foo :bar; # - - - - - - - - - - - - - - Arbitrary domain-specific descriptions are permitted.
+ :foo :bar; # Arbitrary domain-specific descriptions are permitted.
# Derivations can cite the Activity involved in doing the derivation.
prov:hadActivity :illustration_activity;