--- a/ontology/ProvenanceOntology.owl Mon Mar 05 17:45:19 2012 +0000
+++ b/ontology/ProvenanceOntology.owl Mon Mar 05 15:58:07 2012 -0500
@@ -2,7 +2,7 @@
<!DOCTYPE rdf:RDF [
- <!ENTITY prov "http://www.w3.org/ns/prov-o/" >
+ <!ENTITY prov "http://www.w3.org/ns/prov#" >
<!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#" >
@@ -13,20 +13,20 @@
<rdf:RDF xmlns="http://example.com/"
xml:base="http://example.com/"
- xmlns:owl2xml="http://www.w3.org/2006/12/owl2-xml#"
- xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:prov="http://www.w3.org/ns/prov-o/"
- xmlns:owl="http://www.w3.org/2002/07/owl#">
- <owl:Ontology rdf:about="http://www.w3.org/ns/prov-o/">
+ xmlns:prov="http://www.w3.org/ns/prov#"
+ 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/ns/prov#">
<rdfs:label xml:lang="en">PROV Ontology</rdfs:label>
<rdfs:comment rdf:datatype="&xsd;string">0.2</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).
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/2011/prov/wiki/ProvRDF"/>
- <rdfs:seeAlso rdf:resource="http://www.w3.org/TR/prov-o/"/>
+ <rdfs:seeAlso rdf:resource="http://www.w3.org/TR/prov#"/>
</owl:Ontology>
@@ -39,12 +39,12 @@
///////////////////////////////////////////////////////////////////////////////////////
-->
- <owl:AnnotationProperty rdf:about="&rdfs;comment"/>
- <owl:AnnotationProperty rdf:about="&rdfs;label"/>
<owl:AnnotationProperty rdf:about="&rdfs;seeAlso"/>
<owl:AnnotationProperty rdf:about="&prov;involvementProperty">
<rdfs:subPropertyOf rdf:resource="&rdfs;seeAlso"/>
</owl:AnnotationProperty>
+ <owl:AnnotationProperty rdf:about="&rdfs;label"/>
+ <owl:AnnotationProperty rdf:about="&rdfs;comment"/>
<owl:AnnotationProperty rdf:about="&prov;involvementClass">
<rdfs:comment xml:lang="en">This annotation property links a prov:involved subproperty with a prov:Involved subclass. This indicates that the property can be qualified by using prov:qualified.
@@ -69,17 +69,6 @@
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
- // Datatypes
- //
- ///////////////////////////////////////////////////////////////////////////////////////
- -->
-
-
-
-
- <!--
- ///////////////////////////////////////////////////////////////////////////////////////
- //
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
@@ -94,19 +83,19 @@
- <!-- http://www.w3.org/ns/prov-o/actedOnBehalfOf -->
+ <!-- http://www.w3.org/ns/prov#actedOnBehalfOf -->
<owl:ObjectProperty rdf:about="&prov;actedOnBehalfOf">
<rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Responsibility"/>
+ <rdfs:range rdf:resource="&prov;Agent"/>
<rdfs:domain rdf:resource="&prov;Agent"/>
- <rdfs:range rdf:resource="&prov;Agent"/>
<prov:involvementClass rdf:resource="&prov;Responsibility"/>
<rdfs:subPropertyOf rdf:resource="&prov;involved"/>
</owl:ObjectProperty>
- <!-- http://www.w3.org/ns/prov-o/activity -->
+ <!-- http://www.w3.org/ns/prov#activity -->
<owl:ObjectProperty rdf:about="&prov;activity">
<rdfs:comment xml:lang="en">The property used by a prov:EntityInvolvement to cite the Entity that was prov:involved with either an Activity or Entity.</rdfs:comment>
@@ -121,7 +110,7 @@
- <!-- http://www.w3.org/ns/prov-o/adoptedPlan -->
+ <!-- http://www.w3.org/ns/prov#adoptedPlan -->
<owl:ObjectProperty rdf:about="&prov;adoptedPlan">
<rdf:type rdf:resource="&owl;AsymmetricProperty"/>
@@ -135,20 +124,20 @@
- <!-- http://www.w3.org/ns/prov-o/alternateOf -->
+ <!-- http://www.w3.org/ns/prov#alternateOf -->
<owl:ObjectProperty rdf:about="&prov;alternateOf">
<rdfs:comment xml:lang="en">Another prov:Entity that characterizes the same thing as this prov:Entity, potentially in a different manner.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="&owl;topObjectProperty"/>
<rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#AlternateOf"/>
+ <rdfs:domain rdf:resource="&prov;Entity"/>
<rdfs:range rdf:resource="&prov;Entity"/>
- <rdfs:domain rdf:resource="&prov;Entity"/>
<rdfs:seeAlso rdf:resource="&prov;specializationOf"/>
</owl:ObjectProperty>
- <!-- http://www.w3.org/ns/prov-o/endedAt -->
+ <!-- http://www.w3.org/ns/prov#endedAt -->
<owl:ObjectProperty rdf:about="&prov;endedAt">
<rdf:type rdf:resource="&owl;FunctionalProperty"/>
@@ -161,7 +150,7 @@
- <!-- http://www.w3.org/ns/prov-o/entity -->
+ <!-- http://www.w3.org/ns/prov#entity -->
<owl:ObjectProperty rdf:about="&prov;entity">
<rdfs:comment xml:lang="en">The property used by a prov:ActivityInvolvement to cite the Activity that was prov:involved with either an Activity or Entity.</rdfs:comment>
@@ -179,7 +168,7 @@
- <!-- http://www.w3.org/ns/prov-o/generated -->
+ <!-- http://www.w3.org/ns/prov#generated -->
<owl:ObjectProperty rdf:about="&prov;generated">
<rdfs:comment>This inverse of prov:wasGeneratedBy is defined so that Activities being described can reference their generated outputs directly without needing to 'stop' and start describing the Entity. This helps 'Activity-centric' modeling as opposed to 'Entity-centric' modeling.</rdfs:comment>
@@ -189,20 +178,20 @@
- <!-- http://www.w3.org/ns/prov-o/hadOriginalSource -->
+ <!-- http://www.w3.org/ns/prov#hadOriginalSource -->
<owl:ObjectProperty rdf:about="&prov;hadOriginalSource">
<rdfs:comment xml:lang="en">how is this different from wasDerivedFrom?</rdfs:comment>
<rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Original_Source"/>
+ <rdfs:domain rdf:resource="&prov;Entity"/>
<rdfs:range rdf:resource="&prov;Entity"/>
- <rdfs:domain rdf:resource="&prov;Entity"/>
<prov:involvementClass rdf:resource="&prov;Source"/>
<rdfs:subPropertyOf rdf:resource="&prov;wasDerivedFrom"/>
</owl:ObjectProperty>
- <!-- http://www.w3.org/ns/prov-o/hadQuotedAgent -->
+ <!-- http://www.w3.org/ns/prov#hadQuotedAgent -->
<owl:ObjectProperty rdf:about="&prov;hadQuotedAgent">
<rdfs:subPropertyOf rdf:resource="&owl;topObjectProperty"/>
@@ -213,7 +202,7 @@
- <!-- http://www.w3.org/ns/prov-o/hadQuoterAgent -->
+ <!-- http://www.w3.org/ns/prov#hadQuoterAgent -->
<owl:ObjectProperty rdf:about="&prov;hadQuoterAgent">
<rdfs:subPropertyOf rdf:resource="&owl;topObjectProperty"/>
@@ -224,7 +213,7 @@
- <!-- http://www.w3.org/ns/prov-o/hadRole -->
+ <!-- http://www.w3.org/ns/prov#hadRole -->
<owl:ObjectProperty rdf:about="&prov;hadRole">
<rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
@@ -236,20 +225,20 @@
- <!-- http://www.w3.org/ns/prov-o/hadSpatialExtent -->
+ <!-- http://www.w3.org/ns/prov#hadSpatialExtent -->
<owl:ObjectProperty rdf:about="&prov;hadSpatialExtent">
<rdf:type rdf:resource="&owl;AsymmetricProperty"/>
<rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
+ <rdfs:comment>DM: Location is an optional attribute of Entity and Activity.</rdfs:comment>
<rdfs:comment>This property is not functional because the many values could be at a variety of granularies (In this room, in that chair).</rdfs:comment>
- <rdfs:comment>DM: Location is an optional attribute of Entity and Activity.</rdfs:comment>
<rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Location"/>
<rdfs:range rdf:resource="&prov;Location"/>
</owl:ObjectProperty>
- <!-- http://www.w3.org/ns/prov-o/hadTemporalExtent -->
+ <!-- http://www.w3.org/ns/prov#hadTemporalExtent -->
<owl:ObjectProperty rdf:about="&prov;hadTemporalExtent">
<rdfs:range rdf:resource="&prov;TemporalEntity"/>
@@ -257,7 +246,7 @@
- <!-- http://www.w3.org/ns/prov-o/hasAnnotation -->
+ <!-- http://www.w3.org/ns/prov#hasAnnotation -->
<owl:ObjectProperty rdf:about="&prov;hasAnnotation">
<rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Annotation"/>
@@ -266,7 +255,7 @@
- <!-- http://www.w3.org/ns/prov-o/involved -->
+ <!-- http://www.w3.org/ns/prov#involved -->
<owl:ObjectProperty rdf:about="&prov;involved">
<rdfs:comment xml:lang="en">Subproperties of prov:involved may be be qualified by creating instances of a corresponding prov:Involvement class. For example, the binary relation :baking prov:used :spoon can be qualified by asserting :baking prov:qualified [ a prov:Usage; prov:entity :baking; :foo :bar ]
@@ -281,7 +270,7 @@
- <!-- http://www.w3.org/ns/prov-o/occurredAt -->
+ <!-- http://www.w3.org/ns/prov#occurredAt -->
<owl:ObjectProperty rdf:about="&prov;occurredAt">
<rdf:type rdf:resource="&owl;FunctionalProperty"/>
@@ -293,7 +282,7 @@
- <!-- http://www.w3.org/ns/prov-o/occurredDuring -->
+ <!-- http://www.w3.org/ns/prov#occurredDuring -->
<owl:ObjectProperty rdf:about="&prov;occurredDuring">
<rdfs:domain rdf:resource="&prov;Durable"/>
@@ -302,7 +291,7 @@
- <!-- http://www.w3.org/ns/prov-o/qualified -->
+ <!-- http://www.w3.org/ns/prov#qualified -->
<owl:ObjectProperty rdf:about="&prov;qualified">
<rdfs:comment>The subproperties here can be deleted without concern. For example, :element prov:qualified [ a prov:Usage ] handles the case of prov:hadQualifiedUsage . http://www.w3.org/2011/prov/track/issues/255</rdfs:comment>
@@ -313,19 +302,19 @@
- <!-- http://www.w3.org/ns/prov-o/specializationOf -->
+ <!-- http://www.w3.org/ns/prov#specializationOf -->
<owl:ObjectProperty rdf:about="&prov;specializationOf">
<rdfs:subPropertyOf rdf:resource="&owl;topObjectProperty"/>
<rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#SpecializationOf"/>
+ <rdfs:range rdf:resource="&prov;Entity"/>
<rdfs:domain rdf:resource="&prov;Entity"/>
- <rdfs:range rdf:resource="&prov;Entity"/>
<rdfs:seeAlso rdf:resource="&prov;alternateOf"/>
</owl:ObjectProperty>
- <!-- http://www.w3.org/ns/prov-o/startedAt -->
+ <!-- http://www.w3.org/ns/prov#startedAt -->
<owl:ObjectProperty rdf:about="&prov;startedAt">
<rdf:type rdf:resource="&owl;FunctionalProperty"/>
@@ -338,7 +327,7 @@
- <!-- http://www.w3.org/ns/prov-o/tracedTo -->
+ <!-- http://www.w3.org/ns/prov#tracedTo -->
<owl:ObjectProperty rdf:about="&prov;tracedTo">
<rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Attribution"/>
@@ -347,15 +336,15 @@
<rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#imprecise-n"/>
<rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#not_in_DM:_consolidated_derivation_signature"/>
<rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#precise-1"/>
+ <rdfs:range rdf:resource="&prov;Entity"/>
<rdfs:domain rdf:resource="&prov;Entity"/>
- <rdfs:range rdf:resource="&prov;Entity"/>
<prov:involvementClass rdf:resource="&prov;Trace"/>
<rdfs:subPropertyOf rdf:resource="&prov;involved"/>
</owl:ObjectProperty>
- <!-- http://www.w3.org/ns/prov-o/used -->
+ <!-- http://www.w3.org/ns/prov#used -->
<owl:ObjectProperty rdf:about="&prov;used">
<rdf:type rdf:resource="&owl;AsymmetricProperty"/>
@@ -372,21 +361,21 @@
- <!-- http://www.w3.org/ns/prov-o/wasAssociatedWith -->
+ <!-- http://www.w3.org/ns/prov#wasAssociatedWith -->
<owl:ObjectProperty rdf:about="&prov;wasAssociatedWith">
<rdfs:comment xml:lang="en">A prov:Agent that had some (unspecified) responsibility for the occurrence of this prov:Activity.</rdfs:comment>
<rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Agent_Association"/>
<rdfs:domain rdf:resource="&prov;Activity"/>
<rdfs:range rdf:resource="&prov;Agent"/>
+ <prov:involvementClass rdf:resource="&prov;Association"/>
<rdfs:seeAlso rdf:resource="&prov;Association"/>
- <prov:involvementClass rdf:resource="&prov;Association"/>
<rdfs:subPropertyOf rdf:resource="&prov;involved"/>
</owl:ObjectProperty>
- <!-- http://www.w3.org/ns/prov-o/wasAttributedTo -->
+ <!-- http://www.w3.org/ns/prov#wasAttributedTo -->
<owl:ObjectProperty rdf:about="&prov;wasAttributedTo">
<rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Attribution"/>
@@ -404,7 +393,7 @@
- <!-- http://www.w3.org/ns/prov-o/wasDerivedFrom -->
+ <!-- http://www.w3.org/ns/prov#wasDerivedFrom -->
<owl:ObjectProperty rdf:about="&prov;wasDerivedFrom">
<rdf:type rdf:resource="&owl;AsymmetricProperty"/>
@@ -422,7 +411,7 @@
- <!-- http://www.w3.org/ns/prov-o/wasEndedBy -->
+ <!-- http://www.w3.org/ns/prov#wasEndedBy -->
<owl:ObjectProperty rdf:about="&prov;wasEndedBy">
<rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Ending"/>
@@ -432,7 +421,7 @@
- <!-- http://www.w3.org/ns/prov-o/wasGeneratedBy -->
+ <!-- http://www.w3.org/ns/prov#wasGeneratedBy -->
<owl:ObjectProperty rdf:about="&prov;wasGeneratedBy">
<rdf:type rdf:resource="&owl;AsymmetricProperty"/>
@@ -449,33 +438,33 @@
- <!-- http://www.w3.org/ns/prov-o/wasInformedBy -->
+ <!-- http://www.w3.org/ns/prov#wasInformedBy -->
<owl:ObjectProperty rdf:about="&prov;wasInformedBy">
<rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Activity_Ordering"/>
<rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Starting_again"/>
+ <rdfs:range rdf:resource="&prov;Activity"/>
<rdfs:domain rdf:resource="&prov;Activity"/>
- <rdfs:range rdf:resource="&prov;Activity"/>
<prov:involvementClass rdf:resource="&prov;Inform"/>
<rdfs:subPropertyOf rdf:resource="&prov;involved"/>
</owl:ObjectProperty>
- <!-- http://www.w3.org/ns/prov-o/wasQuotedFrom -->
+ <!-- http://www.w3.org/ns/prov#wasQuotedFrom -->
<owl:ObjectProperty rdf:about="&prov;wasQuotedFrom">
<rdfs:comment xml:lang="en">Different from wasAttributedTo?</rdfs:comment>
<rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Quotation"/>
+ <rdfs:range rdf:resource="&prov;Entity"/>
<rdfs:domain rdf:resource="&prov;Entity"/>
- <rdfs:range rdf:resource="&prov;Entity"/>
<prov:involvementClass rdf:resource="&prov;Quotation"/>
<rdfs:subPropertyOf rdf:resource="&prov;wasDerivedFrom"/>
</owl:ObjectProperty>
- <!-- http://www.w3.org/ns/prov-o/wasRevisionOf -->
+ <!-- http://www.w3.org/ns/prov#wasRevisionOf -->
<owl:ObjectProperty rdf:about="&prov;wasRevisionOf">
<rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Revision"/>
@@ -487,7 +476,7 @@
- <!-- http://www.w3.org/ns/prov-o/wasStartedBy -->
+ <!-- http://www.w3.org/ns/prov#wasStartedBy -->
<owl:ObjectProperty rdf:about="&prov;wasStartedBy">
<rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Starting"/>
@@ -498,19 +487,19 @@
- <!-- http://www.w3.org/ns/prov-o/wasStartedByActivity -->
+ <!-- http://www.w3.org/ns/prov#wasStartedByActivity -->
<owl:ObjectProperty rdf:about="&prov;wasStartedByActivity">
<rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Started_by_activity"/>
+ <rdfs:range rdf:resource="&prov;Activity"/>
<rdfs:domain rdf:resource="&prov;Activity"/>
- <rdfs:range rdf:resource="&prov;Activity"/>
<prov:involvementClass rdf:resource="&prov;StartByActivity"/>
<rdfs:subPropertyOf rdf:resource="&prov;involved"/>
</owl:ObjectProperty>
- <!-- http://www.w3.org/ns/prov-o/wasSummaryOf -->
+ <!-- http://www.w3.org/ns/prov#wasSummaryOf -->
<owl:ObjectProperty rdf:about="&prov;wasSummaryOf">
<rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Summary"/>
@@ -539,7 +528,7 @@
- <!-- http://www.w3.org/ns/prov-o/inXSDDateTime -->
+ <!-- http://www.w3.org/ns/prov#inXSDDateTime -->
<owl:DatatypeProperty rdf:about="&prov;inXSDDateTime">
<rdfs:range rdf:resource="&xsd;dateTime"/>
@@ -565,18 +554,24 @@
- <!-- http://www.w3.org/ns/prov-o/Activity -->
+ <!-- http://www.w3.org/ns/prov#Activity -->
<owl:Class rdf:about="&prov;Activity">
<rdfs:subClassOf rdf:resource="&prov;Durable"/>
<rdfs:subClassOf rdf:resource="&prov;Element"/>
+ <rdfs:subClassOf>
+ <owl:Restriction>
+ <owl:onProperty rdf:resource="&prov;startedAt"/>
+ <owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
+ </owl:Restriction>
+ </rdfs:subClassOf>
<rdfs:comment xml:lang="en">Activity is defined to be 'an identifiable activity, which performs a piece of work.'</rdfs:comment>
<rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Activity"/>
</owl:Class>
- <!-- http://www.w3.org/ns/prov-o/ActivityInvolvement -->
+ <!-- http://www.w3.org/ns/prov#ActivityInvolvement -->
<owl:Class rdf:about="&prov;ActivityInvolvement">
<rdfs:subClassOf rdf:resource="&prov;Involvement"/>
@@ -586,7 +581,7 @@
- <!-- http://www.w3.org/ns/prov-o/Agent -->
+ <!-- http://www.w3.org/ns/prov#Agent -->
<owl:Class rdf:about="&prov;Agent">
<rdfs:subClassOf rdf:resource="&prov;Entity"/>
@@ -596,7 +591,7 @@
- <!-- http://www.w3.org/ns/prov-o/AgentInvolvement -->
+ <!-- http://www.w3.org/ns/prov#AgentInvolvement -->
<owl:Class rdf:about="&prov;AgentInvolvement">
<rdfs:subClassOf rdf:resource="&prov;EntityInvolvement"/>
@@ -605,7 +600,7 @@
- <!-- http://www.w3.org/ns/prov-o/Association -->
+ <!-- http://www.w3.org/ns/prov#Association -->
<owl:Class rdf:about="&prov;Association">
<rdfs:subClassOf rdf:resource="&prov;AgentInvolvement"/>
@@ -616,7 +611,7 @@
- <!-- http://www.w3.org/ns/prov-o/Attribution -->
+ <!-- http://www.w3.org/ns/prov#Attribution -->
<owl:Class rdf:about="&prov;Attribution">
<rdfs:subClassOf rdf:resource="&prov;AgentInvolvement"/>
@@ -627,7 +622,7 @@
- <!-- http://www.w3.org/ns/prov-o/Bundle -->
+ <!-- http://www.w3.org/ns/prov#Bundle -->
<owl:Class rdf:about="&prov;Bundle">
<rdfs:comment xml:lang="en">A prov:Bundle is a group of PROV statements.</rdfs:comment>
@@ -637,7 +632,7 @@
- <!-- http://www.w3.org/ns/prov-o/Derivation -->
+ <!-- http://www.w3.org/ns/prov#Derivation -->
<owl:Class rdf:about="&prov;Derivation">
<rdfs:subClassOf rdf:resource="&prov;EntityInvolvement"/>
@@ -649,13 +644,13 @@
- <!-- http://www.w3.org/ns/prov-o/Durable -->
+ <!-- http://www.w3.org/ns/prov#Durable -->
<owl:Class rdf:about="&prov;Durable"/>
- <!-- http://www.w3.org/ns/prov-o/Element -->
+ <!-- http://www.w3.org/ns/prov#Element -->
<owl:Class rdf:about="&prov;Element">
<rdfs:comment xml:lang="en">Element is the union of Activity and Entity, which are the principal topics of PROV.
@@ -665,7 +660,7 @@
- <!-- http://www.w3.org/ns/prov-o/End -->
+ <!-- http://www.w3.org/ns/prov#End -->
<owl:Class rdf:about="&prov;End">
<rdfs:subClassOf rdf:resource="&prov;Association"/>
@@ -677,7 +672,7 @@
- <!-- http://www.w3.org/ns/prov-o/Entity -->
+ <!-- http://www.w3.org/ns/prov#Entity -->
<owl:Class rdf:about="&prov;Entity">
<rdfs:subClassOf rdf:resource="&prov;Element"/>
@@ -687,7 +682,7 @@
- <!-- http://www.w3.org/ns/prov-o/EntityInvolvement -->
+ <!-- http://www.w3.org/ns/prov#EntityInvolvement -->
<owl:Class rdf:about="&prov;EntityInvolvement">
<rdfs:subClassOf rdf:resource="&prov;Involvement"/>
@@ -696,7 +691,7 @@
- <!-- http://www.w3.org/ns/prov-o/Generation -->
+ <!-- http://www.w3.org/ns/prov#Generation -->
<owl:Class rdf:about="&prov;Generation">
<rdfs:subClassOf rdf:resource="&prov;ActivityInvolvement"/>
@@ -709,7 +704,7 @@
- <!-- http://www.w3.org/ns/prov-o/Inform -->
+ <!-- http://www.w3.org/ns/prov#Inform -->
<owl:Class rdf:about="&prov;Inform">
<rdfs:subClassOf rdf:resource="&prov;ActivityInvolvement"/>
@@ -720,13 +715,13 @@
- <!-- http://www.w3.org/ns/prov-o/InstantaneousEvent -->
+ <!-- http://www.w3.org/ns/prov#InstantaneousEvent -->
<owl:Class rdf:about="&prov;InstantaneousEvent"/>
- <!-- http://www.w3.org/ns/prov-o/Involvement -->
+ <!-- http://www.w3.org/ns/prov#Involvement -->
<owl:Class rdf:about="&prov;Involvement">
<rdfs:comment xml:lang="en">An instance of prov:Involvement is used to provide additional descriptions of a prov:qualifiable binary involvement. A description (via prov:Involvement) of the binary involvement implies the assertion of the binary involvement.</rdfs:comment>
@@ -739,7 +734,7 @@
- <!-- http://www.w3.org/ns/prov-o/Location -->
+ <!-- http://www.w3.org/ns/prov#Location -->
<owl:Class rdf:about="&prov;Location">
<rdfs:comment>This is wgs:SpatialThing</rdfs:comment>
@@ -749,7 +744,7 @@
- <!-- http://www.w3.org/ns/prov-o/Note -->
+ <!-- http://www.w3.org/ns/prov#Note -->
<owl:Class rdf:about="&prov;Note">
<rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Note"/>
@@ -758,7 +753,7 @@
- <!-- http://www.w3.org/ns/prov-o/Organization -->
+ <!-- http://www.w3.org/ns/prov#Organization -->
<owl:Class rdf:about="&prov;Organization">
<rdfs:subClassOf rdf:resource="&prov;Agent"/>
@@ -767,7 +762,7 @@
- <!-- http://www.w3.org/ns/prov-o/Person -->
+ <!-- http://www.w3.org/ns/prov#Person -->
<owl:Class rdf:about="&prov;Person">
<rdfs:subClassOf rdf:resource="&prov;Agent"/>
@@ -776,7 +771,7 @@
- <!-- http://www.w3.org/ns/prov-o/Plan -->
+ <!-- http://www.w3.org/ns/prov#Plan -->
<owl:Class rdf:about="&prov;Plan">
<rdfs:subClassOf rdf:resource="&prov;Entity"/>
@@ -785,7 +780,7 @@
- <!-- http://www.w3.org/ns/prov-o/Quotation -->
+ <!-- http://www.w3.org/ns/prov#Quotation -->
<owl:Class rdf:about="&prov;Quotation">
<rdfs:subClassOf rdf:resource="&prov;EntityInvolvement"/>
@@ -796,7 +791,7 @@
- <!-- http://www.w3.org/ns/prov-o/Responsibility -->
+ <!-- http://www.w3.org/ns/prov#Responsibility -->
<owl:Class rdf:about="&prov;Responsibility">
<rdfs:subClassOf rdf:resource="&prov;AgentInvolvement"/>
@@ -807,7 +802,7 @@
- <!-- http://www.w3.org/ns/prov-o/Revision -->
+ <!-- http://www.w3.org/ns/prov#Revision -->
<owl:Class rdf:about="&prov;Revision">
<rdfs:subClassOf rdf:resource="&prov;Source"/>
@@ -817,7 +812,7 @@
- <!-- http://www.w3.org/ns/prov-o/Role -->
+ <!-- http://www.w3.org/ns/prov#Role -->
<owl:Class rdf:about="&prov;Role">
<rdfs:comment rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Attribute"/>
@@ -826,7 +821,7 @@
- <!-- http://www.w3.org/ns/prov-o/Roled -->
+ <!-- http://www.w3.org/ns/prov#Roled -->
<owl:Class rdf:about="&prov;Roled">
<rdfs:label>Roled</rdfs:label>
@@ -835,7 +830,7 @@
- <!-- http://www.w3.org/ns/prov-o/SoftwareAgent -->
+ <!-- http://www.w3.org/ns/prov#SoftwareAgent -->
<owl:Class rdf:about="&prov;SoftwareAgent">
<rdfs:subClassOf rdf:resource="&prov;Agent"/>
@@ -844,7 +839,7 @@
- <!-- http://www.w3.org/ns/prov-o/Source -->
+ <!-- http://www.w3.org/ns/prov#Source -->
<owl:Class rdf:about="&prov;Source">
<rdfs:subClassOf rdf:resource="&prov;Derivation"/>
@@ -854,7 +849,7 @@
- <!-- http://www.w3.org/ns/prov-o/Start -->
+ <!-- http://www.w3.org/ns/prov#Start -->
<owl:Class rdf:about="&prov;Start">
<rdfs:subClassOf rdf:resource="&prov;Association"/>
@@ -866,7 +861,7 @@
- <!-- http://www.w3.org/ns/prov-o/StartByActivity -->
+ <!-- http://www.w3.org/ns/prov#StartByActivity -->
<owl:Class rdf:about="&prov;StartByActivity">
<rdfs:subClassOf rdf:resource="&prov;ActivityInvolvement"/>
@@ -877,7 +872,7 @@
- <!-- http://www.w3.org/ns/prov-o/Summarization -->
+ <!-- http://www.w3.org/ns/prov#Summarization -->
<owl:Class rdf:about="&prov;Summarization">
<rdfs:subClassOf rdf:resource="&prov;EntityInvolvement"/>
@@ -887,7 +882,7 @@
- <!-- http://www.w3.org/ns/prov-o/TemporalEntity -->
+ <!-- http://www.w3.org/ns/prov#TemporalEntity -->
<owl:Class rdf:about="&prov;TemporalEntity">
<rdfs:comment>Either an instant or an interval.</rdfs:comment>
@@ -895,7 +890,7 @@
- <!-- http://www.w3.org/ns/prov-o/TimeInstant -->
+ <!-- http://www.w3.org/ns/prov#TimeInstant -->
<owl:Class rdf:about="&prov;TimeInstant">
<rdfs:subClassOf rdf:resource="&prov;TemporalEntity"/>
@@ -909,7 +904,7 @@
- <!-- http://www.w3.org/ns/prov-o/TimeInterval -->
+ <!-- http://www.w3.org/ns/prov#TimeInterval -->
<owl:Class rdf:about="&prov;TimeInterval">
<rdfs:subClassOf rdf:resource="&prov;TemporalEntity"/>
@@ -917,7 +912,7 @@
- <!-- http://www.w3.org/ns/prov-o/Trace -->
+ <!-- http://www.w3.org/ns/prov#Trace -->
<owl:Class rdf:about="&prov;Trace">
<rdfs:subClassOf rdf:resource="&prov;EntityInvolvement"/>
@@ -930,7 +925,7 @@
- <!-- http://www.w3.org/ns/prov-o/Usage -->
+ <!-- http://www.w3.org/ns/prov#Usage -->
<owl:Class rdf:about="&prov;Usage">
<rdfs:subClassOf rdf:resource="&prov;EntityInvolvement"/>
@@ -943,5 +938,5 @@
-<!-- Generated by the OWL API (version 3.2.3.22702) http://owlapi.sourceforge.net -->
+<!-- Generated by the OWL API (version 3.1.0.20069) http://owlapi.sourceforge.net -->