Turtle syntax fix
authorStian Soiland-Reyes <soiland-reyes@cs.manchester.ac.uk>
Mon, 16 Apr 2012 22:02:45 +0100
changeset 2333 e19c467c854d
parent 2332 326b12ead3ea
child 2334 ce09ee3eacdd
Turtle syntax fix
examples/eg-26-provo-collections-narrative/rdf/insertion.ttl
examples/eg-26-provo-collections-narrative/rdf/removal.ttl
--- a/examples/eg-26-provo-collections-narrative/rdf/insertion.ttl	Mon Apr 16 22:01:21 2012 +0100
+++ b/examples/eg-26-provo-collections-narrative/rdf/insertion.ttl	Mon Apr 16 22:02:45 2012 +0100
@@ -5,7 +5,7 @@
 :e1 a prov:Entity .
 :e2 a prov:Entity .
 :c  a prov:EmptyCollection .
-:c1 a prov:Collection .
+:c1 a prov:Collection ;
     prov:derivedByInsertionFrom :c ;
     prov:qualifiedInsertion [ a prov:Insertion ;
         prov:collection :c ;
--- a/examples/eg-26-provo-collections-narrative/rdf/removal.ttl	Mon Apr 16 22:01:21 2012 +0100
+++ b/examples/eg-26-provo-collections-narrative/rdf/removal.ttl	Mon Apr 16 22:02:45 2012 +0100
@@ -3,7 +3,7 @@
 @prefix :    <http://example.org/> .
 
 :c2 a prov:Collection .
-:c3 a prov:Collection .
+:c3 a prov:Collection ;
    prov:derivedByRemovalFrom :c2 ;
    prov:qualifiedRemoval [ a prov:Removal ;
         prov:collection :c2 ;