--- 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 .