pulling from prov examples in collections section of provo html
authorTim L <lebot@rpi.edu>
Mon, 16 Apr 2012 11:57:40 -0400
changeset 2325 7723c244cf6c
parent 2324 20c5ae01c7e7
child 2327 86e7fd895fc7
pulling from prov examples in collections section of provo html
ontology/prov-o-html-sections/description-collections.inc.html
--- a/ontology/prov-o-html-sections/description-collections.inc.html	Mon Apr 16 11:45:08 2012 -0400
+++ b/ontology/prov-o-html-sections/description-collections.inc.html	Mon Apr 16 11:57:40 2012 -0400
@@ -15,23 +15,7 @@
 and <code>("k2", :e2)</code>.
 </p>
 
-<pre class="example">
-@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
-@prefix xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt; .
-
-:e1 a prov:Entity .
-:e2 a prov:Entity .
-:c1 a prov:Collection ;
-    prov:knownMembership [ a prov:Membership ;
-        prov:member [ a prov:KeyValuePair ;
-           prov:key "k1"^^xsd:string ;
-           prov:value :e1
-        ] , [ a prov:KeyValuePair;
-           prov:key "k2"^^xsd:string ;
-           prov:value :e2
-        ] 
-    ] .
-</pre>
+<pre class="example">{% escape %}{% include "includes/prov/examples/eg-26-provo-collections-narrative/rdf/start.ttl" %}{% endescape %}</pre>
 
 <p>It is worth noting that <code>:c1</code> MAY also
 have other members (i.e. <code class="repeated">prov:knownMembership</code> is