added comments to the property_wasInformedBy.ttl file
authorJun Zhao <jun.zhao@zoo.ox.ac.uk>
Tue, 24 Apr 2012 14:34:06 +0100
changeset 2491 fb45cbed6d6e
parent 2490 a8ab862d6f62
child 2492 695d1f498143
added comments to the property_wasInformedBy.ttl file
examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasInformedBy.ttl
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasInformedBy.ttl	Tue Apr 24 11:21:00 2012 +0200
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasInformedBy.ttl	Tue Apr 24 14:34:06 2012 +0100
@@ -4,4 +4,13 @@
 @prefix prov: <http://www.w3.org/ns/prov#> .
 @prefix ex:     <http://example.com/> .
 
+## the ex:illustrationActivity is dependent on the entity ex:aggregatedByRegions generated
+## by the aggregationActivity activity
+
+## if no such entity exists, which contributed to the informed activity
+## no matter whether it has been explicitly specified or not, 
+## then the use of the property prov:wasStartedByActivity should be considered instead
+
+ex:illustrationActivity a prov:Activity .
+ex:aggregationActivity	a prov:Activity .
 ex:illustrationActivity    prov:wasInformedBy     ex:aggregationActivity .