merge
authorTim L <lebot@rpi.edu>
Fri, 01 Jun 2012 16:14:54 -0400
changeset 3151 4f304ced416a
parent 3150 8ac394c28512 (current diff)
parent 3149 19027d7e1d8f (diff)
child 3152 78efedd89958
merge
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_EntityInvolvement.ttl	Fri Jun 01 16:14:27 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_EntityInvolvement.ttl	Fri Jun 01 16:14:54 2012 -0400
@@ -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.