spacing provo eg
authorTim L <lebot@rpi.edu>
Mon, 07 May 2012 09:54:22 -0400
changeset 2715 5a55ac048ae3
parent 2714 312f5d8b2309
child 2716 22fab3154753
spacing provo eg
examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Involvement.ttl
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Involvement.ttl	Mon May 07 09:49:56 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Involvement.ttl	Mon May 07 09:54:22 2012 -0400
@@ -4,14 +4,14 @@
 @prefix prov: <http://www.w3.org/ns/prov#> .
 @prefix :     <http://example.com/> .
 
-:conductingSurgery1
-  a prov:Activity;
-  :wasConductedby :Bob;
-  prov:wasAssociatedWith [
-    a prov:Involvement;
-    prov:agent :Bob; 
-    prov:Role :Surgeon
-  ]
+:conductingSurgery_1
+   a prov:Activity;
+   :wasConductedby :bob;
+   prov:wasAssociatedWith [
+      a prov:Involvement;
+      prov:agent   :bob; 
+      prov:hadRole :Surgeon;
+   ];
 .
-  
-:Bob a prov:Agent .
\ No newline at end of file
+
+:bob a prov:Agent .