comment spacing
authorTim L <lebot@rpi.edu>
Wed, 30 May 2012 19:35:22 -0400
changeset 3093 1a1acd2d1884
parent 3092 d0c1f61bc467
child 3094 f945d1167b72
comment spacing
examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Derivation.ttl
--- 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;