Added crime file scenario encoded in RDF
authorSatya Sahoo <satya.sahoo@case.edu>
Wed, 24 Aug 2011 18:37:51 -0400
changeset 179 d363005a3880
parent 178 87edefce4d66
child 180 fd2a4ac75bc6
Added crime file scenario encoded in RDF
ontology/ProvenanceOntology.owl
--- a/ontology/ProvenanceOntology.owl	Wed Aug 24 18:32:54 2011 -0400
+++ b/ontology/ProvenanceOntology.owl	Wed Aug 24 18:37:51 2011 -0400
@@ -47,7 +47,6 @@
         <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
         <rdfs:range rdf:resource="#Entity"/>
         <rdfs:domain rdf:resource="#ProcessExecution"/>
-        <rdfs:subPropertyOf rdf:resource="#isParticipantIn"/>
     </owl:ObjectProperty>
     
 
@@ -86,7 +85,6 @@
             >isGeneratedBy links BOB with ProcessExecution representing that BOB was generated as a result of ProcessExecution</rdfs:label>
         <rdfs:domain rdf:resource="#Entity"/>
         <rdfs:range rdf:resource="#ProcessExecution"/>
-        <rdfs:subPropertyOf rdf:resource="#isParticipantIn"/>
     </owl:ObjectProperty>
     
 
@@ -96,6 +94,8 @@
     <owl:ObjectProperty rdf:about="#isParticipantIn">
         <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
         <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
+        <rdfs:domain rdf:resource="#Entity"/>
+        <rdfs:range rdf:resource="#ProcessExecution"/>
     </owl:ObjectProperty>
     
 
@@ -215,6 +215,12 @@
     
 
 
+    <!-- http://www.w3.org/2002/07/owl#Thing -->
+
+    <owl:Class rdf:about="&owl;Thing"/>
+    
+
+
     <!-- 
     ///////////////////////////////////////////////////////////////////////////////////////
     //