updated comments on class_EntityInvolvement.ttl
authorStephan Zednik <zednis@rpi.edu>
Fri, 01 Jun 2012 14:00:46 -0600
changeset 3149 19027d7e1d8f
parent 3148 1435b60d3707
child 3151 4f304ced416a
updated comments on class_EntityInvolvement.ttl
examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_EntityInvolvement.ttl
--- 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.