--- a/ontology/ProvenanceOntology.owl Fri Oct 21 17:55:30 2011 +0100
+++ b/ontology/ProvenanceOntology.owl Sun Oct 23 22:25:01 2011 -0400
@@ -3,6 +3,7 @@
<!DOCTYPE rdf:RDF [
<!ENTITY time "http://www.w3.org/2006/time#" >
+ <!ENTITY prov-o "http://www.w3.org/ns/prov-o/" >
<!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#" >
@@ -16,12 +17,14 @@
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:time="http://www.w3.org/2006/time#"
xmlns:owl2xml="http://www.w3.org/2006/12/owl2-xml#"
+ xmlns:prov-o="http://www.w3.org/ns/prov-o/"
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/ns/prov-o/">
+ <owl:Ontology rdf:about="">
<rdfs:comment rdf:datatype="&xsd;string">0.1</rdfs:comment>
- <rdfs:comment xml:lang="en">This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page).
+ <rdfs:comment xml:lang="en"
+ >This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page).
If you wish to make comments regarding this document, please send them to public-prov-wg@w3.org (subscribe, archives). All feedback is welcome.</rdfs:comment>
<rdfs:seeAlso rdf:resource="http://www.w3.org/TR/prov-o/"/>
@@ -32,28 +35,6 @@
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
- // Annotation properties
- //
- ///////////////////////////////////////////////////////////////////////////////////////
- -->
-
-
-
-
- <!--
- ///////////////////////////////////////////////////////////////////////////////////////
- //
- // Datatypes
- //
- ///////////////////////////////////////////////////////////////////////////////////////
- -->
-
-
-
-
- <!--
- ///////////////////////////////////////////////////////////////////////////////////////
- //
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
@@ -86,137 +67,137 @@
- <!-- http://www.w3.org/ns/prov-o/wasAssumedBy -->
-
- <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov-o/wasAssumedBy">
- <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
- <rdf:type rdf:resource="&owl;FunctionalProperty"/>
- <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
- <rdfs:label xml:lang="en">assumed by</rdfs:label>
- <rdfs:range rdf:resource="http://www.w3.org/ns/prov-o/Entity"/>
- <rdfs:domain rdf:resource="http://www.w3.org/ns/prov-o/EntityInRole"/>
- </owl:ObjectProperty>
-
-
-
<!-- http://www.w3.org/ns/prov-o/assumedRole -->
- <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov-o/assumedRole">
+ <owl:ObjectProperty rdf:about="assumedRole">
<rdf:type rdf:resource="&owl;AsymmetricProperty"/>
<rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
<rdfs:label xml:lang="en">assumed role</rdfs:label>
- <rdfs:domain rdf:resource="http://www.w3.org/ns/prov-o/EntityInRole"/>
- <rdfs:range rdf:resource="http://www.w3.org/ns/prov-o/Role"/>
- <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov-o/wasComplementOf"/>
+ <rdfs:domain rdf:resource="EntityInRole"/>
+ <rdfs:range rdf:resource="Role"/>
+ <rdfs:subPropertyOf rdf:resource="wasComplementOf"/>
</owl:ObjectProperty>
<!-- http://www.w3.org/ns/prov-o/assumedRoleAt -->
- <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov-o/assumedRoleAt">
+ <owl:ObjectProperty rdf:about="assumedRoleAt">
<rdf:type rdf:resource="&owl;AsymmetricProperty"/>
<rdf:type rdf:resource="&owl;FunctionalProperty"/>
<rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
<rdfs:label xml:lang="en">assumed role at</rdfs:label>
<rdfs:range rdf:resource="&time;Instant"/>
<rdfs:subPropertyOf rdf:resource="&time;hasBeginning"/>
- <rdfs:domain rdf:resource="http://www.w3.org/ns/prov-o/EntityInRole"/>
- <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov-o/hasTemporalValue"/>
+ <rdfs:domain rdf:resource="EntityInRole"/>
+ <rdfs:subPropertyOf rdf:resource="hadTemporalValue"/>
</owl:ObjectProperty>
<!-- http://www.w3.org/ns/prov-o/dependedOn -->
- <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov-o/dependedOn">
+ <owl:ObjectProperty rdf:about="dependedOn">
<rdf:type rdf:resource="&owl;TransitiveProperty"/>
<rdfs:label xml:lang="en">depended on</rdfs:label>
- <rdfs:range rdf:resource="http://www.w3.org/ns/prov-o/Entity"/>
- <rdfs:domain rdf:resource="http://www.w3.org/ns/prov-o/Entity"/>
+ <rdfs:range rdf:resource="Entity"/>
+ <rdfs:domain rdf:resource="Entity"/>
</owl:ObjectProperty>
<!-- http://www.w3.org/ns/prov-o/endedAt -->
- <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov-o/endedAt">
+ <owl:ObjectProperty rdf:about="endedAt">
<rdf:type rdf:resource="&owl;AsymmetricProperty"/>
<rdf:type rdf:resource="&owl;FunctionalProperty"/>
<rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
<rdfs:label xml:lang="en">ended at</rdfs:label>
<rdfs:range rdf:resource="&time;Instant"/>
<rdfs:subPropertyOf rdf:resource="&time;hasEnd"/>
- <rdfs:domain rdf:resource="http://www.w3.org/ns/prov-o/ProcessExecution"/>
- <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov-o/hasTemporalValue"/>
+ <rdfs:domain rdf:resource="ProcessExecution"/>
+ <rdfs:subPropertyOf rdf:resource="hadTemporalValue"/>
</owl:ObjectProperty>
<!-- http://www.w3.org/ns/prov-o/followed -->
- <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov-o/followed">
+ <owl:ObjectProperty rdf:about="followed">
<rdf:type rdf:resource="&owl;AsymmetricProperty"/>
<rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
<rdf:type rdf:resource="&owl;TransitiveProperty"/>
<rdfs:label xml:lang="en">preceded</rdfs:label>
<rdfs:subPropertyOf rdf:resource="&time;after"/>
- <rdfs:range rdf:resource="http://www.w3.org/ns/prov-o/ProcessExecution"/>
- <rdfs:domain rdf:resource="http://www.w3.org/ns/prov-o/ProcessExecution"/>
+ <rdfs:domain rdf:resource="ProcessExecution"/>
+ <rdfs:range rdf:resource="ProcessExecution"/>
</owl:ObjectProperty>
<!-- http://www.w3.org/ns/prov-o/hadLocation -->
- <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov-o/hadLocation">
+ <owl:ObjectProperty rdf:about="hadLocation">
<rdf:type rdf:resource="&owl;AsymmetricProperty"/>
<rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
<rdfs:label xml:lang="en">had location</rdfs:label>
- <rdfs:domain rdf:resource="http://www.w3.org/ns/prov-o/Entity"/>
- <rdfs:range rdf:resource="http://www.w3.org/ns/prov-o/Location"/>
+ <rdfs:domain rdf:resource="Entity"/>
+ <rdfs:range rdf:resource="Location"/>
+ </owl:ObjectProperty>
+
+
+
+ <!-- http://www.w3.org/ns/prov-o/hadOriginalSource -->
+
+ <owl:ObjectProperty rdf:about="hadOriginalSource">
+ <rdfs:comment rdf:datatype="&xsd;string"
+ >how is this different from wasDerivedFrom?</rdfs:comment>
+ <rdfs:range rdf:resource="Entity"/>
+ <rdfs:domain rdf:resource="Entity"/>
</owl:ObjectProperty>
<!-- http://www.w3.org/ns/prov-o/hadParticipant -->
- <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov-o/hadParticipant">
+ <owl:ObjectProperty rdf:about="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/ns/prov-o/Entity"/>
- <rdfs:domain rdf:resource="http://www.w3.org/ns/prov-o/ProcessExecution"/>
+ <rdfs:range rdf:resource="Entity"/>
+ <rdfs:domain rdf:resource="ProcessExecution"/>
</owl:ObjectProperty>
<!-- http://www.w3.org/ns/prov-o/hadRecipe -->
- <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov-o/hadRecipe">
+ <owl:ObjectProperty rdf:about="hadRecipe">
<rdf:type rdf:resource="&owl;AsymmetricProperty"/>
<rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
<rdfs:label xml:lang="en">had recipe</rdfs:label>
- <rdfs:comment xml:lang="en">The ProcessExecution activity performed was described by
+ <rdfs:comment xml:lang="en"
+ >The ProcessExecution activity performed was described by
the given recipe resource. Process specifications, as
referred to by recipe links, are out of scope of this
specification</rdfs:comment>
- <rdfs:domain rdf:resource="http://www.w3.org/ns/prov-o/ProcessExecution"/>
- <rdfs:range rdf:resource="http://www.w3.org/ns/prov-o/Recipe"/>
+ <rdfs:domain rdf:resource="ProcessExecution"/>
+ <rdfs:range rdf:resource="Recipe"/>
</owl:ObjectProperty>
- <!-- http://www.w3.org/ns/prov-o/hasTemporalValue -->
+ <!-- http://www.w3.org/ns/prov-o/hadTemporalValue -->
- <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov-o/hasTemporalValue">
- <rdfs:label xml:lang="en">has temporal value</rdfs:label>
+ <owl:ObjectProperty rdf:about="hadTemporalValue">
+ <rdfs:label xml:lang="en"
+ >has temporal value</rdfs:label>
<rdfs:range rdf:resource="&time;TemporalEntity"/>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
- <rdf:Description rdf:about="http://www.w3.org/ns/prov-o/Entity"/>
- <rdf:Description rdf:about="http://www.w3.org/ns/prov-o/ProcessExecution"/>
+ <rdf:Description rdf:about="Entity"/>
+ <rdf:Description rdf:about="ProcessExecution"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
@@ -226,129 +207,182 @@
<!-- http://www.w3.org/ns/prov-o/startedAt -->
- <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov-o/startedAt">
+ <owl:ObjectProperty rdf:about="startedAt">
<rdf:type rdf:resource="&owl;AsymmetricProperty"/>
<rdf:type rdf:resource="&owl;FunctionalProperty"/>
<rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
<rdfs:label xml:lang="en">started at</rdfs:label>
<rdfs:range rdf:resource="&time;Instant"/>
<rdfs:subPropertyOf rdf:resource="&time;hasBeginning"/>
- <rdfs:domain rdf:resource="http://www.w3.org/ns/prov-o/ProcessExecution"/>
- <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov-o/hasTemporalValue"/>
+ <rdfs:domain rdf:resource="ProcessExecution"/>
+ <rdfs:subPropertyOf rdf:resource="hadTemporalValue"/>
</owl:ObjectProperty>
<!-- http://www.w3.org/ns/prov-o/used -->
- <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov-o/used">
+ <owl:ObjectProperty rdf:about="used">
<rdf:type rdf:resource="&owl;AsymmetricProperty"/>
<rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
<rdfs:label xml:lang="en">used</rdfs:label>
- <rdfs:range rdf:resource="http://www.w3.org/ns/prov-o/Entity"/>
- <rdfs:domain rdf:resource="http://www.w3.org/ns/prov-o/ProcessExecution"/>
+ <rdfs:range rdf:resource="Entity"/>
+ <rdfs:domain rdf:resource="ProcessExecution"/>
+ </owl:ObjectProperty>
+
+
+
+ <!-- http://www.w3.org/ns/prov-o/wasAssumedBy -->
+
+ <owl:ObjectProperty rdf:about="wasAssumedBy">
+ <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
+ <rdf:type rdf:resource="&owl;FunctionalProperty"/>
+ <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
+ <rdfs:label xml:lang="en">assumed by</rdfs:label>
+ <rdfs:range rdf:resource="Entity"/>
+ <rdfs:domain rdf:resource="EntityInRole"/>
+ </owl:ObjectProperty>
+
+
+
+ <!-- http://www.w3.org/ns/prov-o/wasAttributedTo -->
+
+ <owl:ObjectProperty rdf:about="wasAttributedTo">
+ <rdfs:range rdf:resource="Agent"/>
+ <rdfs:domain rdf:resource="Entity"/>
</owl:ObjectProperty>
<!-- http://www.w3.org/ns/prov-o/wasComplementOf -->
- <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov-o/wasComplementOf">
+ <owl:ObjectProperty rdf:about="wasComplementOf">
<rdf:type rdf:resource="&owl;AsymmetricProperty"/>
<rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
- <rdfs:label xml:lang="en">was complement of</rdfs:label>
- <rdfs:comment xml:lang="en">wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."</rdfs:comment>
- <rdfs:domain rdf:resource="http://www.w3.org/ns/prov-o/Entity"/>
- <rdfs:range rdf:resource="http://www.w3.org/ns/prov-o/Entity"/>
+ <rdfs:label xml:lang="en"
+ >was complement of</rdfs:label>
+ <rdfs:comment xml:lang="en"
+ >wasComplementOf links two instances of Entity, where "it is relationship between two characterized entities asserted to have compatible characterization over some continuous time interval."</rdfs:comment>
+ <rdfs:domain rdf:resource="Entity"/>
+ <rdfs:range rdf:resource="Entity"/>
</owl:ObjectProperty>
<!-- http://www.w3.org/ns/prov-o/wasControlledBy -->
- <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov-o/wasControlledBy">
+ <owl:ObjectProperty rdf:about="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://www.w3.org/ns/prov-o/Agent"/>
- <rdfs:domain rdf:resource="http://www.w3.org/ns/prov-o/ProcessExecution"/>
+ <rdfs:label xml:lang="en"
+ >was controlled by</rdfs:label>
+ <rdfs:range rdf:resource="Agent"/>
+ <rdfs:domain rdf:resource="ProcessExecution"/>
</owl:ObjectProperty>
<!-- http://www.w3.org/ns/prov-o/wasDerivedFrom -->
- <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov-o/wasDerivedFrom">
+ <owl:ObjectProperty rdf:about="wasDerivedFrom">
<rdf:type rdf:resource="&owl;AsymmetricProperty"/>
<rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
- <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/ns/prov-o/Entity"/>
- <rdfs:domain rdf:resource="http://www.w3.org/ns/prov-o/Entity"/>
- <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov-o/dependedOn"/>
+ <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="Entity"/>
+ <rdfs:domain rdf:resource="Entity"/>
+ <rdfs:subPropertyOf rdf:resource="dependedOn"/>
</owl:ObjectProperty>
<!-- http://www.w3.org/ns/prov-o/wasEventuallyDerivedFrom -->
- <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov-o/wasEventuallyDerivedFrom">
- <rdfs:comment rdf:datatype="&xsd;string">The current definition of "wasDerivedFrom" states that there was an activity of "transformed from, created from, or affected by" that links the two Entity instances, which is *summarized* by the wasDerivedFrom property. Hence, "Process Execution Independent Derivation Expression" is not consistent with current definition of derivation.
+ <owl:ObjectProperty rdf:about="wasEventuallyDerivedFrom">
+ <rdfs:comment rdf:datatype="&xsd;string"
+ >The current definition of "wasDerivedFrom" states that there was an activity of "transformed from, created from, or affected by" that links the two Entity instances, which is *summarized* by the wasDerivedFrom property. Hence, "Process Execution Independent Derivation Expression" is not consistent with current definition of derivation.
This is Issue 126 (http://www.w3.org/2011/prov/track/issues/126)</rdfs:comment>
- <rdfs:range rdf:resource="http://www.w3.org/ns/prov-o/Entity"/>
- <rdfs:domain rdf:resource="http://www.w3.org/ns/prov-o/Entity"/>
- <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov-o/wasDerivedFrom"/>
+ <rdfs:range rdf:resource="Entity"/>
+ <rdfs:domain rdf:resource="Entity"/>
+ <rdfs:subPropertyOf rdf:resource="wasDerivedFrom"/>
</owl:ObjectProperty>
<!-- http://www.w3.org/ns/prov-o/wasGeneratedAt -->
- <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov-o/wasGeneratedAt">
+ <owl:ObjectProperty rdf:about="wasGeneratedAt">
<rdf:type rdf:resource="&owl;AsymmetricProperty"/>
<rdf:type rdf:resource="&owl;FunctionalProperty"/>
<rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
- <rdfs:label xml:lang="en">was generated at</rdfs:label>
+ <rdfs:label xml:lang="en"
+ >was generated at</rdfs:label>
<rdfs:range rdf:resource="&time;Instant"/>
<rdfs:subPropertyOf rdf:resource="&time;hasBeginning"/>
- <rdfs:domain rdf:resource="http://www.w3.org/ns/prov-o/Entity"/>
- <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov-o/hasTemporalValue"/>
+ <rdfs:domain rdf:resource="Entity"/>
+ <rdfs:subPropertyOf rdf:resource="hadTemporalValue"/>
</owl:ObjectProperty>
<!-- http://www.w3.org/ns/prov-o/wasGeneratedBy -->
- <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov-o/wasGeneratedBy">
+ <owl:ObjectProperty rdf:about="wasGeneratedBy">
<rdf:type rdf:resource="&owl;AsymmetricProperty"/>
<rdf:type rdf:resource="&owl;FunctionalProperty"/>
<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/ns/prov-o/Entity"/>
- <rdfs:range rdf:resource="http://www.w3.org/ns/prov-o/ProcessExecution"/>
+ <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="Entity"/>
+ <rdfs:range rdf:resource="ProcessExecution"/>
</owl:ObjectProperty>
<!-- http://www.w3.org/ns/prov-o/wasInformedBy -->
- <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov-o/wasInformedBy">
+ <owl:ObjectProperty rdf:about="wasInformedBy">
<rdfs:label xml:lang="en">was informed by</rdfs:label>
- <rdfs:comment rdf:datatype="&xsd;string">Proposal to change the name to "Dependencies amongst Process Executions" to avoid ambiguities</rdfs:comment>
- <rdfs:domain rdf:resource="http://www.w3.org/ns/prov-o/ProcessExecution"/>
- <rdfs:range rdf:resource="http://www.w3.org/ns/prov-o/ProcessExecution"/>
+ <rdfs:comment rdf:datatype="&xsd;string"
+ >Proposal to change the name to "Dependencies amongst Process Executions" to avoid ambiguities</rdfs:comment>
+ <rdfs:range rdf:resource="ProcessExecution"/>
+ <rdfs:domain rdf:resource="ProcessExecution"/>
+ </owl:ObjectProperty>
+
+
+
+ <!-- http://www.w3.org/ns/prov-o/wasQuoteOf -->
+
+ <owl:ObjectProperty rdf:about="wasQuoteOf">
+ <rdfs:comment rdf:datatype="&xsd;string"
+ >Different from wasAttributedTo?</rdfs:comment>
+ <rdfs:range rdf:resource="Agent"/>
+ <rdfs:domain rdf:resource="Entity"/>
</owl:ObjectProperty>
<!-- http://www.w3.org/ns/prov-o/wasScheduledAfter -->
- <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov-o/wasScheduledAfter">
- <rdfs:label xml:lang="en">was scheduled after</rdfs:label>
- <rdfs:range rdf:resource="http://www.w3.org/ns/prov-o/ProcessExecution"/>
- <rdfs:domain rdf:resource="http://www.w3.org/ns/prov-o/ProcessExecution"/>
+ <owl:ObjectProperty rdf:about="wasScheduledAfter">
+ <rdfs:label xml:lang="en"
+ >was scheduled after</rdfs:label>
+ <rdfs:range rdf:resource="ProcessExecution"/>
+ <rdfs:domain rdf:resource="ProcessExecution"/>
+ </owl:ObjectProperty>
+
+
+
+ <!-- http://www.w3.org/ns/prov-o/wasSummaryOf -->
+
+ <owl:ObjectProperty rdf:about="wasSummaryOf">
+ <rdfs:domain rdf:resource="Entity"/>
+ <rdfs:range rdf:resource="Entity"/>
</owl:ObjectProperty>
@@ -384,6 +418,12 @@
+ <!-- http://www.w3.org/2002/07/owl#Thing -->
+
+ <owl:Class rdf:about="&owl;Thing"/>
+
+
+
<!-- http://www.w3.org/2006/time#Instant -->
<owl:Class rdf:about="&time;Instant">
@@ -417,42 +457,45 @@
<!-- http://www.w3.org/ns/prov-o/Agent -->
- <owl:Class rdf:about="http://www.w3.org/ns/prov-o/Agent">
+ <owl:Class rdf:about="Agent">
<rdfs:label xml:lang="en">Agent</rdfs:label>
- <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov-o/Entity"/>
- <rdfs:comment xml:lang="en">An agent represents a characterized entity capable of activity.</rdfs:comment>
+ <rdfs:subClassOf rdf:resource="Entity"/>
+ <rdfs:comment xml:lang="en"
+ >An agent represents a characterized entity capable of activity.</rdfs:comment>
</owl:Class>
<!-- http://www.w3.org/ns/prov-o/Entity -->
- <owl:Class rdf:about="http://www.w3.org/ns/prov-o/Entity">
+ <owl:Class rdf:about="Entity">
<rdfs:label xml:lang="en">Entity</rdfs:label>
- <rdfs:comment xml:lang="en">An identifiable characterized entity.</rdfs:comment>
+ <rdfs:comment xml:lang="en"
+ >An identifiable characterized entity.</rdfs:comment>
</owl:Class>
<!-- http://www.w3.org/ns/prov-o/EntityInRole -->
- <owl:Class rdf:about="http://www.w3.org/ns/prov-o/EntityInRole">
+ <owl:Class rdf:about="EntityInRole">
<rdfs:label xml:lang="en">Entity In Role</rdfs:label>
- <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov-o/Entity"/>
+ <rdfs:subClassOf rdf:resource="Entity"/>
<rdfs:subClassOf>
<owl:Restriction>
- <owl:onProperty rdf:resource="http://www.w3.org/ns/prov-o/wasAssumedBy"/>
+ <owl:onProperty rdf:resource="wasAssumedBy"/>
<owl:someValuesFrom rdf:resource="&owl;Thing"/>
</owl:Restriction>
</rdfs:subClassOf>
- <rdfs:comment xml:lang="en">Entity in role is defined to be "a function assumed by a entity or an agent."</rdfs:comment>
+ <rdfs:comment xml:lang="en"
+ >Entity in role is defined to be "a function assumed by a entity or an agent."</rdfs:comment>
</owl:Class>
<!-- http://www.w3.org/ns/prov-o/Location -->
- <owl:Class rdf:about="http://www.w3.org/ns/prov-o/Location">
+ <owl:Class rdf:about="Location">
<rdfs:label xml:lang="en">Location</rdfs:label>
</owl:Class>
@@ -460,18 +503,22 @@
<!-- http://www.w3.org/ns/prov-o/ProcessExecution -->
- <owl:Class rdf:about="http://www.w3.org/ns/prov-o/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 rdf:about="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/ns/prov-o/ProvenanceContainer -->
- <owl:Class rdf:about="http://www.w3.org/ns/prov-o/ProvenanceContainer">
- <rdfs:label xml:lang="en">Provenance Container</rdfs:label>
- <rdfs:comment rdf:datatype="&xsd;string">ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it.
+ <owl:Class rdf:about="ProvenanceContainer">
+ <rdfs:label xml:lang="en"
+ >Provenance Container</rdfs:label>
+ <rdfs:comment rdf:datatype="&xsd;string"
+ >ProvenanceContainer is defined to be an aggregation of provenance assertions. A provenance container SHOULD have an URI associated with it.
The ProvenanceContainer (and Account) can be instantiated as a RDF graph.</rdfs:comment>
</owl:Class>
@@ -480,7 +527,7 @@
<!-- http://www.w3.org/ns/prov-o/Recipe -->
- <owl:Class rdf:about="http://www.w3.org/ns/prov-o/Recipe">
+ <owl:Class rdf:about="Recipe">
<rdfs:label xml:lang="en">Recipe</rdfs:label>
</owl:Class>
@@ -488,16 +535,17 @@
<!-- http://www.w3.org/ns/prov-o/Revision -->
- <owl:Class rdf:about="http://www.w3.org/ns/prov-o/Revision">
+ <owl:Class rdf:about="Revision">
<rdfs:label xml:lang="en">Revision</rdfs:label>
- <rdfs:comment xml:lang="en">Revision is defined as a modified version of a Entity.</rdfs:comment>
+ <rdfs:comment xml:lang="en"
+ >Revision is defined as a modified version of a Entity.</rdfs:comment>
</owl:Class>
<!-- http://www.w3.org/ns/prov-o/Role -->
- <owl:Class rdf:about="http://www.w3.org/ns/prov-o/Role">
+ <owl:Class rdf:about="Role">
<rdfs:label xml:lang="en">Role</rdfs:label>
</owl:Class>
@@ -505,7 +553,7 @@
<!-- http://www.w3.org/ns/prov-o/Time -->
- <owl:Class rdf:about="http://www.w3.org/ns/prov-o/Time">
+ <owl:Class rdf:about="Time">
<rdfs:label xml:lang="en">Time</rdfs:label>
<owl:equivalentClass>
<owl:Restriction>
@@ -514,11 +562,29 @@
</owl:Restriction>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="&time;Instant"/>
- <rdfs:comment xml:lang="en">An time:Instant with time:inXSDDateTime specified</rdfs:comment>
+ <rdfs:comment xml:lang="en"
+ >An time:Instant with time:inXSDDateTime specified</rdfs:comment>
</owl:Class>
+
+
+
+ <!--
+ ///////////////////////////////////////////////////////////////////////////////////////
+ //
+ // Individuals
+ //
+ ///////////////////////////////////////////////////////////////////////////////////////
+ -->
+
+
+
+
+ <!-- http://www.w3.org/TR/prov-o/ -->
+
+ <owl:Thing rdf:about="http://www.w3.org/TR/prov-o/"/>
</rdf:RDF>
-<!-- Generated by the OWL API (version 3.2.3.1824) http://owlapi.sourceforge.net -->
+<!-- Generated by the OWL API (version 2.2.1.1138) http://owlapi.sourceforge.net -->