--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/assumedBy/khalid-restaurant.ttl Mon Sep 19 15:02:18 2011 -0400
@@ -0,0 +1,13 @@
+@prefix owl: <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix prov: <http://dvcs.w3.org/hg/prov/file/tip/ontology/ProvenanceOntology.owl#> .
+@prefix : <#> .
+
+:pe_1
+ a prov:ProcessExecution;
+ dcterms:description "Khalid ordered a salad at the counter of a fast food place.";
+ prov:used [
+ a prov:Entity, :Customer;
+ prov:assumedBy <http://data.semanticweb.org/person/khalid-belhajjame>;
+ ];
+.