fixed spacing
authorTim L <lebot@rpi.edu>
Mon, 18 Jun 2012 09:40:14 -0700
changeset 3396 9855a377af9a
parent 3395 3ab4e6e914bf
child 3397 ee26090a79f6
fixed spacing
examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt4.ttl
--- a/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt4.ttl	Mon Jun 18 09:38:09 2012 -0700
+++ b/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt4.ttl	Mon Jun 18 09:40:14 2012 -0700
@@ -5,12 +5,12 @@
 @prefix :   <http://example.org#> .
 
 :post19201
-      a prov:Entity, sioc:Post;
-     prov:invalidatedAtTime "2012-09-02T01:31:00Z"^^xsd:dateTime;
-     prov:wasInvalidatedBy :hard_disk_failure;
+   a prov:Entity, sioc:Post;
+   prov:invalidatedAtTime "2012-09-02T01:31:00Z"^^xsd:dateTime;
+   prov:wasInvalidatedBy :hard_disk_failure;
 .
 
 :hard_disk_failure
-     a prov:Activity;
-     prov:wasEndedAt "2012-09-02T01:31:00Z"^^xsd:dateTime;
+   a prov:Activity;
+   prov:wasEndedAt "2012-09-02T01:31:00Z"^^xsd:dateTime;
 .