Binary file .DS_Store has changed
Binary file ontology/.DS_Store has changed
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/CrimeFileOntology.owl Mon Oct 03 21:51:58 2011 -0400
@@ -0,0 +1,188 @@
+<?xml version="1.0"?>
+
+
+<!DOCTYPE rdf:RDF [
+ <!ENTITY owl "http://www.w3.org/2002/07/owl#" >
+ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
+ <!ENTITY owl2xml "http://www.w3.org/2006/12/owl2-xml#" >
+ <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
+ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
+ <!ENTITY CrimeFileOntology "http://www.w3.org/PROV/CrimeFileOntology.owl#" >
+ <!ENTITY ProvenanceOntology "http://www.w3.org/PROV/ProvenanceOntology.owl#" >
+]>
+
+
+<rdf:RDF xmlns="http://www.w3.org/PROV/CrimeFileOntology.owl#"
+ xml:base="http://www.w3.org/PROV/CrimeFileOntology.owl"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+ xmlns:owl2xml="http://www.w3.org/2006/12/owl2-xml#"
+ xmlns:ProvenanceOntology="http://www.w3.org/PROV/ProvenanceOntology.owl#"
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:CrimeFileOntology="http://www.w3.org/PROV/CrimeFileOntology.owl#">
+ <owl:Ontology rdf:about="">
+ <owl:imports rdf:resource="http://www.w3.org/PROV/ProvenanceOntology.owl"/>
+ </owl:Ontology>
+
+
+
+ <!--
+ ///////////////////////////////////////////////////////////////////////////////////////
+ //
+ // Object Properties
+ //
+ ///////////////////////////////////////////////////////////////////////////////////////
+ -->
+
+
+
+
+ <!-- http://www.w3.org/PROV/CrimeFileOntology.owl#hadFilePath -->
+
+ <owl:ObjectProperty rdf:about="#hadFilePath">
+ <rdfs:domain rdf:resource="#CrimeFile"/>
+ <rdfs:range rdf:resource="#FileDirectory"/>
+ <rdfs:subPropertyOf rdf:resource="&ProvenanceOntology;hadLocation"/>
+ </owl:ObjectProperty>
+
+
+
+ <!-- http://www.w3.org/PROV/ProvenanceOntology.owl#hadLocation -->
+
+ <owl:ObjectProperty rdf:about="&ProvenanceOntology;hadLocation">
+ <rdfs:domain rdf:resource="&owl;Thing"/>
+ <rdfs:range rdf:resource="&ProvenanceOntology;Location"/>
+ </owl:ObjectProperty>
+
+
+
+ <!--
+ ///////////////////////////////////////////////////////////////////////////////////////
+ //
+ // Data properties
+ //
+ ///////////////////////////////////////////////////////////////////////////////////////
+ -->
+
+
+
+
+ <!-- http://www.w3.org/PROV/CrimeFileOntology.owl#hasFileContent -->
+
+ <owl:DatatypeProperty rdf:about="#hasFileContent"/>
+
+
+
+ <!--
+ ///////////////////////////////////////////////////////////////////////////////////////
+ //
+ // Classes
+ //
+ ///////////////////////////////////////////////////////////////////////////////////////
+ -->
+
+
+
+
+ <!-- http://www.w3.org/2002/07/owl#Thing -->
+
+ <owl:Class rdf:about="&owl;Thing"/>
+
+
+
+ <!-- http://www.w3.org/PROV/CrimeFileOntology.owl#CrimeFile -->
+
+ <owl:Class rdf:about="#CrimeFile">
+ <rdfs:subClassOf rdf:resource="&ProvenanceOntology;Entity"/>
+ </owl:Class>
+
+
+
+ <!-- http://www.w3.org/PROV/CrimeFileOntology.owl#EmailProcessExecution -->
+
+ <owl:Class rdf:about="#EmailProcessExecution">
+ <rdfs:subClassOf rdf:resource="&ProvenanceOntology;ProcessExecution"/>
+ </owl:Class>
+
+
+
+ <!-- http://www.w3.org/PROV/CrimeFileOntology.owl#FileAppending -->
+
+ <owl:Class rdf:about="#FileAppending">
+ <rdfs:subClassOf rdf:resource="&ProvenanceOntology;ProcessExecution"/>
+ </owl:Class>
+
+
+
+ <!-- http://www.w3.org/PROV/CrimeFileOntology.owl#FileCreation -->
+
+ <owl:Class rdf:about="#FileCreation">
+ <rdfs:subClassOf rdf:resource="&ProvenanceOntology;ProcessExecution"/>
+ </owl:Class>
+
+
+
+ <!-- http://www.w3.org/PROV/CrimeFileOntology.owl#FileDirectory -->
+
+ <owl:Class rdf:about="#FileDirectory">
+ <rdfs:subClassOf rdf:resource="&ProvenanceOntology;Location"/>
+ </owl:Class>
+
+
+
+ <!-- http://www.w3.org/PROV/CrimeFileOntology.owl#FileEditing -->
+
+ <owl:Class rdf:about="#FileEditing">
+ <rdfs:subClassOf rdf:resource="&ProvenanceOntology;ProcessExecution"/>
+ </owl:Class>
+
+
+
+ <!-- http://www.w3.org/PROV/CrimeFileOntology.owl#Journalist -->
+
+ <owl:Class rdf:about="#Journalist">
+ <rdfs:subClassOf rdf:resource="&ProvenanceOntology;Agent"/>
+ </owl:Class>
+
+
+
+ <!-- http://www.w3.org/PROV/CrimeFileOntology.owl#SpellChecking -->
+
+ <owl:Class rdf:about="#SpellChecking">
+ <rdfs:subClassOf rdf:resource="&ProvenanceOntology;ProcessExecution"/>
+ </owl:Class>
+
+
+
+ <!-- http://www.w3.org/PROV/ProvenanceOntology.owl#Agent -->
+
+ <owl:Class rdf:about="&ProvenanceOntology;Agent">
+ <rdfs:subClassOf rdf:resource="&ProvenanceOntology;Entity"/>
+ </owl:Class>
+
+
+
+ <!-- http://www.w3.org/PROV/ProvenanceOntology.owl#Entity -->
+
+ <owl:Class rdf:about="&ProvenanceOntology;Entity"/>
+
+
+
+ <!-- http://www.w3.org/PROV/ProvenanceOntology.owl#Location -->
+
+ <owl:Class rdf:about="&ProvenanceOntology;Location">
+ <rdfs:subClassOf rdf:resource="&owl;Thing"/>
+ </owl:Class>
+
+
+
+ <!-- http://www.w3.org/PROV/ProvenanceOntology.owl#ProcessExecution -->
+
+ <owl:Class rdf:about="&ProvenanceOntology;ProcessExecution"/>
+</rdf:RDF>
+
+
+
+<!-- Generated by the OWL API (version 2.2.1.1138) http://owlapi.sourceforge.net -->
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/catalog-v001.xml Mon Oct 03 21:51:58 2011 -0400
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<catalog prefer="public" xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
+ <group id="Folder Repository, directory=, recursive=true, Auto-Update=true, version=1" prefer="public" xml:base="">
+ <uri id="Automatically generated entry, Timestamp=1316378951653" name="file:/E:/Trabajo/GruposTrabajo/Provenance%20Working%20Group/ProvenanceOntology/Repository/ontology/examples/ontology-extensions/crime-file/crime.owl" uri="examples/ontology-extensions/crime-file/crime.owl"/>
+ <uri id="Automatically generated entry, Timestamp=1316378951653" name="http://www.w3.org/PROV/ProvenanceOntology.owl" uri="ProvenanceOntology.owl"/>
+ </group>
+</catalog>