renamed account to bundle in expanded section provo 3.2
authorTim L <lebot@rpi.edu>
Thu, 31 May 2012 11:18:52 -0400
changeset 3126 0356bc3e7d57
parent 3125 09954d4250d1
child 3127 5e850638f832
child 3129 983ea544b71a
renamed account to bundle in expanded section provo 3.2
examples/eg-29-pml-mappings/rdf/create/rdf/class_ActivityInvolvement.ttl
examples/eg-29-pml-mappings/rdf/create/rdf/property_wasGeneratedBy.ttl
--- a/examples/eg-29-pml-mappings/rdf/create/rdf/class_ActivityInvolvement.ttl	Thu May 31 16:51:10 2012 +0200
+++ b/examples/eg-29-pml-mappings/rdf/create/rdf/class_ActivityInvolvement.ttl	Thu May 31 11:18:52 2012 -0400
@@ -6,4 +6,21 @@
 @prefix prov: <http://www.w3.org/ns/prov#> .
 @prefix :     <http://example.com/> .
 
-# TODO
+:bar_chart 
+   a prov:Information;
+. 
+
+[] a pmlj:NodeSet;
+   pmlj:hasConclusion   :bar_chart;
+   pmlj:isConsequenceOf :illustrating;
+.
+
+:making-bar-chart
+   a :NoSuchPMLEquivalent;
+   rdfs:comment "This is the relation between the :illustrating and the :bar_chart";
+.
+
+:illustrating 
+   a pmlj:InferenceStep;
+   pmlj:hasAntecedentList ( [ a pmlj:NodeSet ] );
+.
--- a/examples/eg-29-pml-mappings/rdf/create/rdf/property_wasGeneratedBy.ttl	Thu May 31 16:51:10 2012 +0200
+++ b/examples/eg-29-pml-mappings/rdf/create/rdf/property_wasGeneratedBy.ttl	Thu May 31 11:18:52 2012 -0400
@@ -6,4 +6,13 @@
 @prefix prov: <http://www.w3.org/ns/prov#> .
 @prefix :     <http://example.com/> .
 
-# TODO
+:bar_chart
+   a prov:Information;
+.
+
+[] a pmlj:NodeSet;
+   pmlj:hasConclusion  :bar_chart;
+   pmlj:isConsequentOf :illustrating;
+.
+
+:illustrating a pmlp:InferenceStep .