provo collections spacing
authorTim L <lebot@rpi.edu>
Mon, 14 May 2012 14:34:33 -0400
changeset 2799 eca886549ccb
parent 2798 f851d0e77391
child 2800 0bea0a5f057c
provo collections spacing
examples/eg-26-provo-collections-narrative/rdf/membership.ttl
examples/eg-26-provo-collections-narrative/rdf/removal.ttl
--- a/examples/eg-26-provo-collections-narrative/rdf/membership.ttl	Mon May 14 20:15:55 2012 +0200
+++ b/examples/eg-26-provo-collections-narrative/rdf/membership.ttl	Mon May 14 14:34:33 2012 -0400
@@ -1,6 +1,6 @@
 @prefix prov: <http://www.w3.org/ns/prov#> .
-@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
-@prefix :    <http://example.org/> .
+@prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
+@prefix :     <http://example.org/> .
 
 :e1 a prov:Entity .
 :e2 a prov:Entity .
--- a/examples/eg-26-provo-collections-narrative/rdf/removal.ttl	Mon May 14 20:15:55 2012 +0200
+++ b/examples/eg-26-provo-collections-narrative/rdf/removal.ttl	Mon May 14 14:34:33 2012 -0400
@@ -1,6 +1,6 @@
 @prefix prov: <http://www.w3.org/ns/prov#> .
-@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
-@prefix :    <http://example.org/> .
+@prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
+@prefix :     <http://example.org/> .
 
 :c2 a prov:Dictionary .
 
@@ -10,6 +10,6 @@
       a prov:Removal;
       prov:dictionary :c2;
       prov:removed    "k1"^^xsd:string, 
-                      "k3"^^xsd:string
+                      "k3"^^xsd:string;
    ];
 .