changed namespace to resolvable URI into the repository.
--- a/ontology/ProvenanceOntology.owl Mon Sep 19 18:23:58 2011 -0400
+++ b/ontology/ProvenanceOntology.owl Mon Sep 19 21:00:54 2011 -0400
@@ -10,14 +10,14 @@
]>
-<rdf:RDF xmlns="http://www.w3.org/PROV/ProvenanceOntology.owl#"
- xml:base="http://www.w3.org/PROV/ProvenanceOntology.owl"
+<rdf:RDF xmlns="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#"
+ xml:base="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:owl2xml="http://www.w3.org/2006/12/owl2-xml#"
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#">
- <owl:Ontology rdf:about="http://www.w3.org/PROV/ProvenanceOntology.owl">
+ <owl:Ontology rdf:about="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl">
<owl:versionInfo rdf:datatype="&xsd;string">0.02</owl:versionInfo>
<rdfs:comment xml:lang="en">This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page).
@@ -59,77 +59,77 @@
- <!-- http://www.w3.org/PROV/ProvenanceOntology.owl#hadParticipant -->
+ <!-- http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#hadParticipant -->
- <owl:ObjectProperty rdf:about="http://www.w3.org/PROV/ProvenanceOntology.owl#hadParticipant">
+ <owl:ObjectProperty rdf:about="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#hadParticipant">
<rdf:type rdf:resource="&owl;AsymmetricProperty"/>
<rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
<rdfs:label xml:lang="en">had participant</rdfs:label>
- <rdfs:range rdf:resource="http://www.w3.org/PROV/ProvenanceOntology.owl#Entity"/>
- <rdfs:domain rdf:resource="http://www.w3.org/PROV/ProvenanceOntology.owl#ProcessExecution"/>
- </owl:ObjectProperty>
-
-
-
- <!-- http://www.w3.org/PROV/ProvenanceOntology.owl#preceded -->
-
- <owl:ObjectProperty rdf:about="http://www.w3.org/PROV/ProvenanceOntology.owl#preceded">
- <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
- <rdf:type rdf:resource="&owl;ReflexiveProperty"/>
- <rdf:type rdf:resource="&owl;TransitiveProperty"/>
- <rdfs:label xml:lang="en">preceded</rdfs:label>
- <rdfs:domain rdf:resource="http://www.w3.org/PROV/ProvenanceOntology.owl#ProcessExecution"/>
- <rdfs:range rdf:resource="http://www.w3.org/PROV/ProvenanceOntology.owl#ProcessExecution"/>
+ <rdfs:range rdf:resource="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#Entity"/>
+ <rdfs:domain rdf:resource="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#ProcessExecution"/>
</owl:ObjectProperty>
- <!-- http://www.w3.org/PROV/ProvenanceOntology.owl#used -->
+ <!-- http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#preceded -->
- <owl:ObjectProperty rdf:about="http://www.w3.org/PROV/ProvenanceOntology.owl#used">
- <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
+ <owl:ObjectProperty rdf:about="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#preceded">
<rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
- <rdfs:range rdf:resource="http://www.w3.org/PROV/ProvenanceOntology.owl#Entity"/>
- <rdfs:domain rdf:resource="http://www.w3.org/PROV/ProvenanceOntology.owl#ProcessExecution"/>
+ <rdf:type rdf:resource="&owl;ReflexiveProperty"/>
+ <rdf:type rdf:resource="&owl;TransitiveProperty"/>
+ <rdfs:label xml:lang="en">preceded</rdfs:label>
+ <rdfs:domain rdf:resource="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#ProcessExecution"/>
+ <rdfs:range rdf:resource="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#ProcessExecution"/>
</owl:ObjectProperty>
- <!-- http://www.w3.org/PROV/ProvenanceOntology.owl#wasControlledBy -->
+ <!-- http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#used -->
- <owl:ObjectProperty rdf:about="http://www.w3.org/PROV/ProvenanceOntology.owl#wasControlledBy">
+ <owl:ObjectProperty rdf:about="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#used">
<rdf:type rdf:resource="&owl;AsymmetricProperty"/>
<rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
- <rdfs:label xml:lang="en">was controlled by</rdfs:label>
- <rdfs:range rdf:resource="http://www.w3.org/PROV/ProvenanceOntology.owl#Agent"/>
- <rdfs:domain rdf:resource="http://www.w3.org/PROV/ProvenanceOntology.owl#ProcessExecution"/>
+ <rdfs:range rdf:resource="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#Entity"/>
+ <rdfs:domain rdf:resource="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#ProcessExecution"/>
</owl:ObjectProperty>
- <!-- http://www.w3.org/PROV/ProvenanceOntology.owl#wasDerivedFrom -->
+ <!-- http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#wasControlledBy -->
- <owl:ObjectProperty rdf:about="http://www.w3.org/PROV/ProvenanceOntology.owl#wasDerivedFrom">
+ <owl:ObjectProperty rdf:about="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#wasControlledBy">
+ <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
+ <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
+ <rdfs:label xml:lang="en">was controlled by</rdfs:label>
+ <rdfs:range rdf:resource="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#Agent"/>
+ <rdfs:domain rdf:resource="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#ProcessExecution"/>
+ </owl:ObjectProperty>
+
+
+
+ <!-- http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#wasDerivedFrom -->
+
+ <owl:ObjectProperty rdf:about="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#wasDerivedFrom">
<rdf:type rdf:resource="&owl;AsymmetricProperty"/>
<rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
<rdf:type rdf:resource="&owl;TransitiveProperty"/>
<rdfs:label xml:lang="en">was derived from</rdfs:label>
<rdfs:comment xml:lang="en">wasDerivedFrom links two distinct characterized entities, where "some characterized entity is transformed from, created from, or affected by another characterized entity."</rdfs:comment>
- <rdfs:range rdf:resource="http://www.w3.org/PROV/ProvenanceOntology.owl#Entity"/>
- <rdfs:domain rdf:resource="http://www.w3.org/PROV/ProvenanceOntology.owl#Entity"/>
+ <rdfs:range rdf:resource="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#Entity"/>
+ <rdfs:domain rdf:resource="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#Entity"/>
</owl:ObjectProperty>
- <!-- http://www.w3.org/PROV/ProvenanceOntology.owl#wasGeneratedBy -->
+ <!-- http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#wasGeneratedBy -->
- <owl:ObjectProperty rdf:about="http://www.w3.org/PROV/ProvenanceOntology.owl#wasGeneratedBy">
+ <owl:ObjectProperty rdf:about="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#wasGeneratedBy">
<rdf:type rdf:resource="&owl;AsymmetricProperty"/>
<rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
<rdfs:label xml:lang="en">was generated by</rdfs:label>
<rdfs:comment xml:lang="en">wasGeneratedBy links Entitites with ProcessExecution representing that entity was generated as a result of ProcessExecution</rdfs:comment>
- <rdfs:domain rdf:resource="http://www.w3.org/PROV/ProvenanceOntology.owl#Entity"/>
- <rdfs:range rdf:resource="http://www.w3.org/PROV/ProvenanceOntology.owl#ProcessExecution"/>
+ <rdfs:domain rdf:resource="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#Entity"/>
+ <rdfs:range rdf:resource="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#ProcessExecution"/>
</owl:ObjectProperty>
@@ -145,68 +145,68 @@
- <!-- http://www.w3.org/PROV/ProvenanceOntology.owl#Agent -->
+ <!-- http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#Agent -->
- <owl:Class rdf:about="http://www.w3.org/PROV/ProvenanceOntology.owl#Agent">
- <rdfs:subClassOf rdf:resource="http://www.w3.org/PROV/ProvenanceOntology.owl#Entity"/>
+ <owl:Class rdf:about="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#Agent">
+ <rdfs:subClassOf rdf:resource="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#Entity"/>
<rdfs:comment xml:lang="en">An agent represents a characterized entity capable of activity.</rdfs:comment>
</owl:Class>
- <!-- http://www.w3.org/PROV/ProvenanceOntology.owl#Entity -->
+ <!-- http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#Entity -->
- <owl:Class rdf:about="http://www.w3.org/PROV/ProvenanceOntology.owl#Entity">
+ <owl:Class rdf:about="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#Entity">
<rdfs:comment xml:lang="en">An identifiable characterized entity.</rdfs:comment>
</owl:Class>
- <!-- http://www.w3.org/PROV/ProvenanceOntology.owl#Location -->
+ <!-- http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#Location -->
- <owl:Class rdf:about="http://www.w3.org/PROV/ProvenanceOntology.owl#Location"/>
+ <owl:Class rdf:about="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#Location"/>
- <!-- http://www.w3.org/PROV/ProvenanceOntology.owl#ProcessExecution -->
+ <!-- http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#ProcessExecution -->
- <owl:Class rdf:about="http://www.w3.org/PROV/ProvenanceOntology.owl#ProcessExecution">
+ <owl:Class rdf:about="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#ProcessExecution">
<rdfs:label xml:lang="en">Process Execution</rdfs:label>
<rdfs:comment xml:lang="en">ProcessExecution is defined to be "an identifiable activity, which performs a piece of work."</rdfs:comment>
</owl:Class>
- <!-- http://www.w3.org/PROV/ProvenanceOntology.owl#ProvenanceContainer -->
+ <!-- http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#ProvenanceContainer -->
- <owl:Class rdf:about="http://www.w3.org/PROV/ProvenanceOntology.owl#ProvenanceContainer">
+ <owl:Class rdf:about="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#ProvenanceContainer">
<rdfs:label xml:lang="en">Provenance Container</rdfs:label>
- <rdfs:subClassOf rdf:resource="http://www.w3.org/PROV/ProvenanceOntology.owl#Entity"/>
+ <rdfs:subClassOf rdf:resource="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#Entity"/>
<rdfs:comment xml:lang="en">ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it.</rdfs:comment>
</owl:Class>
- <!-- http://www.w3.org/PROV/ProvenanceOntology.owl#Revision -->
+ <!-- http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#Revision -->
- <owl:Class rdf:about="http://www.w3.org/PROV/ProvenanceOntology.owl#Revision">
+ <owl:Class rdf:about="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#Revision">
<rdfs:comment xml:lang="en">Revision is defined as a modified version of a Entity.</rdfs:comment>
</owl:Class>
- <!-- http://www.w3.org/PROV/ProvenanceOntology.owl#Role -->
+ <!-- http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#Role -->
- <owl:Class rdf:about="http://www.w3.org/PROV/ProvenanceOntology.owl#Role">
- <rdfs:subClassOf rdf:resource="http://www.w3.org/PROV/ProvenanceOntology.owl#Entity"/>
+ <owl:Class rdf:about="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#Role">
+ <rdfs:subClassOf rdf:resource="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#Entity"/>
<rdfs:comment xml:lang="en">Role is defined to be "a function assumed by a entity or an agent."</rdfs:comment>
</owl:Class>
- <!-- http://www.w3.org/PROV/ProvenanceOntology.owl#Time -->
+ <!-- http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#Time -->
- <owl:Class rdf:about="http://www.w3.org/PROV/ProvenanceOntology.owl#Time">
+ <owl:Class rdf:about="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#Time">
<rdfs:comment xml:lang="en">Time represents temporal information about entities in the Provenance model.</rdfs:comment>
</owl:Class>
</rdf:RDF>