--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_EntityInvolvement.ttl Fri Jun 01 14:59:26 2012 +0100
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_EntityInvolvement.ttl Fri Jun 01 14:00:46 2012 -0600
@@ -4,11 +4,12 @@
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix : <http://example.com/> .
-# EntityInvolvement is an 'abstract' subclass of Involvement
-# that references an entity (e.g. Usage, Derivation, Source).
+# EntityInvolvement is intended to be an 'abstract' subclass of Involvement
+# for Involvements that reference an entity. It is a superclass for concrete Involvements
+# (e.g. Usage, Derivation, Source)
-# It is not recommended that the type EntityInvolvement be directly declared,
-# use a specialization of EntityInvolvement instead.
+# It is not recommended that the type EntityInvolvement be used without also declaring
+# one of its concrete subclasses.
# By definition, all instances of prov:Usage are also instances of prov:EntityInvolvement.