--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Involvement.ttl	Mon Apr 30 12:02:35 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Involvement.ttl	Mon Apr 30 12:29:44 2012 -0400
@@ -4,4 +4,14 @@
 @prefix prov: <http://www.w3.org/ns/prov#> .
 @prefix :     <http://example.com/> .
 
-# TODO
+:conductingSurgery1
+  a prov:Activity;
+  :wasConductedby :Bob;
+  prov:wasAssociatedWith [
+    a prov:Involvement;
+    prov:agent :Bob; 
+    prov:Role :Surgeon
+  ]
+.
+  
+:Bob a prov:Agent .
\ No newline at end of file