example Involvement
authorSatya Sahoo <satya.sahoo@case.edu>
Mon, 30 Apr 2012 12:29:44 -0400
changeset 2656 add5bcf1a08a
parent 2655 454a3f821241
child 2657 c0dd95f95e3a
example Involvement
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 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