Annotation property cleanup
authorStian Soiland-Reyes <soiland-reyes@cs.manchester.ac.uk>
Tue, 21 Feb 2012 15:02:37 +0000
changeset 1638 1521cd7b25c6
parent 1632 4101bb370912
child 1639 2b8153c82db2
Annotation property cleanup

rdfs:seeAlso should use rdf:resource and not anyURI
comments/labels are @en
ontology/ProvenanceOntology.owl
--- a/ontology/ProvenanceOntology.owl	Tue Feb 21 14:19:20 2012 +0000
+++ b/ontology/ProvenanceOntology.owl	Tue Feb 21 15:02:37 2012 +0000
@@ -73,7 +73,7 @@
     <!-- http://www.w3.org/ns/prov#actedOnBehalfOf -->
 
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#actedOnBehalfOf">
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Responsibility</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Responsibility"/>
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Agent"/>
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Agent"/>
         <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#involved"/>
@@ -84,12 +84,12 @@
     <!-- http://www.w3.org/ns/prov#activity -->
 
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#activity">
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Activity_Ordering</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Responsibility</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Starting_again</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#not_in_DM:_consolidated_derivation_signature</rdfs:seeAlso>
-        <rdfs:comment>The property used by a prov:EntityInvolvement to cite the Entity that was prov:involved with either an Activity or Entity.</rdfs:comment>
-        <rdfs:comment>This property behaves in spirit like rdf:object; it references the object of a prov:involved triple.</rdfs:comment>
+        <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>
+        <rdfs:comment xml:lang="en">This property behaves in spirit like rdf:object; it references the object of a prov:involved triple.</rdfs:comment>
+        <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#Responsibility"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Starting_again"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#not_in_DM:_consolidated_derivation_signature"/>
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Activity"/>
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#ActivityInvolvement"/>
     </owl:ObjectProperty>
@@ -101,10 +101,9 @@
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#adoptedPlan">
         <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
         <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
-        <rdfs:label xml:lang="en">had plan
-</rdfs:label>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Agent_Association</rdfs:seeAlso>
+        <rdfs:label xml:lang="en">had plan</rdfs:label>
         <rdfs:comment xml:lang="en">The Activity performed was described by the given plan resource. Activity specifications, as referred to by plan links, are out of scope of this           specification</rdfs:comment>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Agent_Association"/>
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Association"/>
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Plan"/>
     </owl:ObjectProperty>
@@ -114,12 +113,12 @@
     <!-- http://www.w3.org/ns/prov#alternateOf -->
 
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#alternateOf">
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#AlternateOf</rdfs:seeAlso>
-        <rdfs:seeAlso>http://www.w3.org/ns/prov#specializationOf</rdfs:seeAlso>
-        <rdfs:comment>Another prov:Entity that characterizes the same thing as this prov:Entity, potentially in a different manner.</rdfs:comment>
+        <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="http://www.w3.org/ns/prov#Entity"/>
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#specializationOf"/>
     </owl:ObjectProperty>
     
 
@@ -128,9 +127,9 @@
 
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#endedAt">
         <rdf:type rdf:resource="&owl;FunctionalProperty"/>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Activity</rdfs:seeAlso>
-        <rdfs:comment>TODO: range should be an xsd:dateTime directly to avoid proliferation of bnodes and to keep it simple. The elaborate form should also be permitted, but more practical uses will want it directly.</rdfs:comment>
+        <rdfs:comment xml:lang="en">TODO: range should be an xsd:dateTime directly to avoid proliferation of bnodes and to keep it simple. The elaborate form should also be permitted, but more practical uses will want it directly.</rdfs:comment>
         <rdfs:subPropertyOf rdf:resource="&owl;topObjectProperty"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Activity"/>
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#TimeInstant"/>
     </owl:ObjectProperty>
@@ -140,15 +139,15 @@
     <!-- http://www.w3.org/ns/prov#entity -->
 
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#entity">
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Agent_Association</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Attribution</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Generation</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Original_Source</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Responsibility</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Usage</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#not_in_DM:_consolidated_derivation_signature</rdfs:seeAlso>
-        <rdfs:comment>This property behaves in spirit like rdf:object; it references the object of a prov:involved triple.</rdfs:comment>
-        <rdfs:comment>The property used by a prov:ActivityInvolvement to cite the Activity that was prov:involved with either an Activity or Entity.</rdfs:comment>
+        <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>
+        <rdfs:comment xml:lang="en">This property behaves in spirit like rdf:object; it references the object of a prov:involved triple.</rdfs:comment>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Agent_Association"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Attribution"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Generation"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Original_Source"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Responsibility"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Usage"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#not_in_DM:_consolidated_derivation_signature"/>
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#EntityInvolvement"/>
     </owl:ObjectProperty>
@@ -158,8 +157,8 @@
     <!-- http://www.w3.org/ns/prov#hadOriginalSource -->
 
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadOriginalSource">
-        <rdfs:comment rdf:datatype="&xsd;string">how is this different from wasDerivedFrom?</rdfs:comment>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Original_Source</rdfs:seeAlso>
+        <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:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
         <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
@@ -170,8 +169,8 @@
     <!-- http://www.w3.org/ns/prov#hadQuotedAgent -->
 
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadQuotedAgent">
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Quotation</rdfs:seeAlso>
         <rdfs:subPropertyOf rdf:resource="&owl;topObjectProperty"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Quotation"/>
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Agent"/>
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Quotation"/>
     </owl:ObjectProperty>
@@ -181,8 +180,8 @@
     <!-- http://www.w3.org/ns/prov#hadQuoterAgent -->
 
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadQuoterAgent">
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Quotation</rdfs:seeAlso>
         <rdfs:subPropertyOf rdf:resource="&owl;topObjectProperty"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Quotation"/>
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Agent"/>
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Quotation"/>
     </owl:ObjectProperty>
@@ -193,8 +192,8 @@
 
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadRole">
         <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Attribute</rdfs:seeAlso>
-        <rdfs:comment>When an instance of prov:Involvement uses the prov:hadRole property to cite a prov:Role, it is providing a role for the instance referenced by the prov:entity or the prov:activity properties. For example, :baking prov:used :spoon; prov:qualified [ a prov:Usage; prov:entity :spoon; prov:hadRole roles:mixing_implement ].</rdfs:comment>
+        <rdfs:comment xml:lang="en">When an instance of prov:Involvement uses the prov:hadRole property to cite a prov:Role, it is providing a role for the instance referenced by the prov:entity or the prov:activity properties. For example, :baking prov:used :spoon; prov:qualified [ a prov:Usage; prov:entity :spoon; prov:hadRole roles:mixing_implement ].</rdfs:comment>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Attribute"/>
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Involvement"/>
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Role"/>
     </owl:ObjectProperty>
@@ -206,8 +205,8 @@
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadSpatialExtent">
         <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
         <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
-        <rdfs:label xml:lang="en">had location</rdfs:label>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Location</rdfs:seeAlso>
+        <rdfs:label xml:lang="en">had spatial extent</rdfs:label>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Location"/>
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Location"/>
     </owl:ObjectProperty>
     
@@ -218,7 +217,7 @@
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadTemporalExtent">
         <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
         <rdfs:label xml:lang="en">had temporal extent</rdfs:label>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Usage</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Usage"/>
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Involvement"/>
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#TimeInstant"/>
     </owl:ObjectProperty>
@@ -228,7 +227,7 @@
     <!-- http://www.w3.org/ns/prov#hasAnnotation -->
 
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hasAnnotation">
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Annotation</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Annotation"/>
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Note"/>
     </owl:ObjectProperty>
     
@@ -237,7 +236,7 @@
     <!-- http://www.w3.org/ns/prov#involved -->
 
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#involved">
-        <rdfs:comment>Subproperties of prov:involved can 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 ]</rdfs:comment>
+        <rdfs:comment xml:lang="en">Subproperties of prov:involved can 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 ]</rdfs:comment>
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Element"/>
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Element"/>
     </owl:ObjectProperty>
@@ -247,8 +246,8 @@
     <!-- http://www.w3.org/ns/prov#qualified -->
 
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualified">
-        <rdfs:comment>This one property is used to associate a prov:Element (prov:Entity or prov:Activity) with an instance of any subclass of prov:Involvement, which will provide additional descriptions about the binary prov:involved relation. For example, :baking prov:used :pan, :egg; prov:wasAssociatedWith :baker; prov:generated :dirty_pan; prov:qualified [ a prov:Usage; prov:entity :egg; prov:role :ingredient], [ a prov:Association; prov:entity :baker; prov:role :leader ] .</rdfs:comment>
-        <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>
+        <rdfs:comment xml:lang="en">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>
+        <rdfs:comment xml:lang="en">This one property is used to associate a prov:Element (prov:Entity or prov:Activity) with an instance of any subclass of prov:Involvement, which will provide additional descriptions about the binary prov:involved relation. For example, :baking prov:used :pan, :egg; prov:wasAssociatedWith :baker; prov:generated :dirty_pan; prov:qualified [ a prov:Usage; prov:entity :egg; prov:role :ingredient], [ a prov:Association; prov:entity :baker; prov:role :leader ] .</rdfs:comment>
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Element"/>
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Involvement"/>
     </owl:ObjectProperty>
@@ -258,10 +257,10 @@
     <!-- http://www.w3.org/ns/prov#specializationOf -->
 
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#specializationOf">
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#SpecializationOf</rdfs:seeAlso>
-        <rdfs:seeAlso>http://www.w3.org/ns/prov#alternateOf</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#SpecializationOf"/>
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#alternateOf"/>
         <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#tracedTo"/>
     </owl:ObjectProperty>
     
@@ -271,9 +270,9 @@
 
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#startedAt">
         <rdf:type rdf:resource="&owl;FunctionalProperty"/>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Activity</rdfs:seeAlso>
         <rdfs:comment>TODO: range should be an xsd:dateTime directly to avoid proliferation of bnodes and to keep it simple. The elaborate form should also be permitted, but more practical uses will want it directly.</rdfs:comment>
         <rdfs:subPropertyOf rdf:resource="&owl;topObjectProperty"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Activity"/>
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#TimeInstant"/>
     </owl:ObjectProperty>
@@ -283,12 +282,12 @@
     <!-- http://www.w3.org/ns/prov#tracedTo -->
 
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#tracedTo">
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Attribution</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Traceability</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#imprecise-1</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#imprecise-n</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#not_in_DM:_consolidated_derivation_signature</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#precise-1</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Attribution"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Traceability"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#imprecise-1"/>
+        <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="http://www.w3.org/ns/prov#Entity"/>
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
         <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#involved"/>
@@ -302,12 +301,12 @@
         <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
         <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
         <rdfs:label xml:lang="en">used</rdfs:label>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Usage</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#not_in_DM:_consolidated_derivation_signature</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/ns/prov#Usage</rdfs:seeAlso>
-        <rdfs:comment>A prov:Entity that was used by this prov:Activity. For example, :baking prov:used :spoon, :egg, :oven .</rdfs:comment>
+        <rdfs:comment xml:lang="en">A prov:Entity that was used by this prov:Activity. For example, :baking prov:used :spoon, :egg, :oven .</rdfs:comment>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Usage"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#not_in_DM:_consolidated_derivation_signature"/>
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#Usage"/>
         <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#involved"/>
     </owl:ObjectProperty>
     
@@ -316,11 +315,11 @@
     <!-- http://www.w3.org/ns/prov#wasAssociatedWith -->
 
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasAssociatedWith">
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Agent_Association</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/ns/prov#Association</rdfs:seeAlso>
-        <rdfs:comment>A prov:Agent that had some (unspecified) responsibility for the occurrence of this prov:Activity.</rdfs:comment>
+        <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="http://www.w3.org/ns/prov#Activity"/>
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Agent"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#Association"/>
         <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#involved"/>
     </owl:ObjectProperty>
     
@@ -329,7 +328,7 @@
     <!-- http://www.w3.org/ns/prov#wasAttributedTo -->
 
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasAttributedTo">
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Attribution</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Attribution"/>
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Agent"/>
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
         <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#tracedTo"/>
@@ -343,11 +342,11 @@
         <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
         <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
         <rdfs:label xml:lang="en">was derived from</rdfs:label>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#imprecise-1</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#imprecise-n</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#not_in_DM:_consolidated_derivation_signature</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#precise-1</rdfs:seeAlso>
         <rdfs:comment xml:lang="en">wasDerivedFrom links two distinct characterized entities, where &quot;some characterized entity is transformed from, created from, or affected by another characterized entity.&quot;</rdfs:comment>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#imprecise-1"/>
+        <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="http://www.w3.org/ns/prov#Entity"/>
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
         <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#tracedTo"/>
@@ -358,7 +357,7 @@
     <!-- http://www.w3.org/ns/prov#wasEndedBy -->
 
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasEndedBy">
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Ending</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Ending"/>
         <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasAssociatedWith"/>
     </owl:ObjectProperty>
     <owl:Axiom>
@@ -377,9 +376,9 @@
         <rdf:type rdf:resource="&owl;FunctionalProperty"/>
         <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
         <rdfs:label xml:lang="en">was generated by</rdfs:label>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Generation</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#not_in_DM:_consolidated_derivation_signature</rdfs:seeAlso>
         <rdfs:comment xml:lang="en">wasGeneratedBy links Entitites with Activity representing that entity was generated as a result of Activity</rdfs:comment>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Generation"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#not_in_DM:_consolidated_derivation_signature"/>
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Activity"/>
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
         <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#involved"/>
@@ -391,9 +390,8 @@
 
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasInformedBy">
         <rdfs:label xml:lang="en">was informed by</rdfs:label>
-        <rdfs:comment rdf:datatype="&xsd;string"></rdfs:comment>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Activity_Ordering</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Starting_again</rdfs:seeAlso>
+        <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:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Activity"/>
         <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#involved"/>
@@ -404,8 +402,8 @@
     <!-- http://www.w3.org/ns/prov#wasQuotedFrom -->
 
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasQuotedFrom">
-        <rdfs:comment rdf:datatype="&xsd;string">Different from wasAttributedTo?</rdfs:comment>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Quotation</rdfs:seeAlso>
+        <rdfs:comment xml:lang="en">Different from wasAttributedTo?</rdfs:comment>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Quotation"/>
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
         <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#involved"/>
@@ -416,7 +414,7 @@
     <!-- http://www.w3.org/ns/prov#wasRevisionOf -->
 
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasRevisionOf">
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Revision</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Revision"/>
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
         <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
@@ -427,7 +425,7 @@
     <!-- http://www.w3.org/ns/prov#wasStartedBy -->
 
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasStartedBy">
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Starting</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Starting"/>
         <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasAssociatedWith"/>
     </owl:ObjectProperty>
     
@@ -436,7 +434,7 @@
     <!-- http://www.w3.org/ns/prov#wasSummaryOf -->
 
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasSummaryOf">
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Summary</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Summary"/>
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
         <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#involved"/>
@@ -486,8 +484,8 @@
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Activity">
         <rdfs:label xml:lang="en">Activity</rdfs:label>
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Element"/>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Activity</rdfs:seeAlso>
         <rdfs:comment xml:lang="en">Activity is defined to be &#39;an identifiable activity, which performs a piece of work.&#39;</rdfs:comment>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Activity"/>
     </owl:Class>
     
 
@@ -497,7 +495,7 @@
     <owl:Class rdf:about="http://www.w3.org/ns/prov#ActivityInvolvement">
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Involvement"/>
         <owl:disjointWith rdf:resource="http://www.w3.org/ns/prov#EntityInvolvement"/>
-        <rdfs:comment>An instance of prov:ActivityInvolvement is used to provide additional descriptions of a binary relation from any instance to an instance of prov:Activity.</rdfs:comment>
+        <rdfs:comment xml:lang="en">An instance of prov:ActivityInvolvement is used to provide additional descriptions of a binary relation from any instance to an instance of prov:Activity.</rdfs:comment>
     </owl:Class>
     
 
@@ -507,8 +505,8 @@
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Agent">
         <rdfs:label xml:lang="en">Agent</rdfs:label>
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Agent</rdfs:seeAlso>
         <rdfs:comment xml:lang="en">An agent represents a characterized entity capable of activity.</rdfs:comment>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Agent"/>
     </owl:Class>
     
 
@@ -525,8 +523,8 @@
 
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Association">
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#AgentInvolvement"/>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Agent_Association</rdfs:seeAlso>
         <rdfs:comment>An instance of prov:Association provides additional descriptions about the binary prov:wasAssociatedWith relation from a prov:Activity to some prov:Agent that is responsible for it. For example, :baking prov:wasAssociatedWith :baker; prov:qualified [ a prov:Association; prov:entity :baker; :foo :bar ].</rdfs:comment>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Agent_Association"/>
     </owl:Class>
     
 
@@ -535,7 +533,7 @@
 
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Attribution">
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#AgentInvolvement"/>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Attribution</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Attribution"/>
     </owl:Class>
     
 
@@ -543,9 +541,9 @@
     <!-- http://www.w3.org/ns/prov#Bundle -->
 
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Bundle">
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Bundle</rdfs:seeAlso>
-        <rdfs:comment>prov:Bundles are best modeled using sd:NamedGraphs.</rdfs:comment>
-        <rdfs:comment>A prov:Bundle is a group of PROV statements.</rdfs:comment>
+        <rdfs:comment xml:lang="en">A prov:Bundle is a group of PROV statements.</rdfs:comment>
+        <rdfs:comment xml:lang="en">prov:Bundles are best modeled using sd:NamedGraphs.</rdfs:comment>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Bundle"/>
     </owl:Class>
     
 
@@ -554,9 +552,9 @@
 
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Derivation">
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInvolvement"/>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Revision</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Traceability</rdfs:seeAlso>
-        <rdfs:comment rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#not_in_DM:_consolidated_derivation_signature</rdfs:comment>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Revision"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Traceability"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#not_in_DM:_consolidated_derivation_signature"/>
     </owl:Class>
     
 
@@ -564,7 +562,7 @@
     <!-- http://www.w3.org/ns/prov#Element -->
 
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Element">
-        <rdfs:comment>Element is the union of Activity and Entity, which are the principal topics of PROV.</rdfs:comment>
+        <rdfs:comment xml:lang="en">Element is the union of Activity and Entity, which are the principal topics of PROV.</rdfs:comment>
     </owl:Class>
     
 
@@ -573,8 +571,7 @@
 
     <owl:Class rdf:about="http://www.w3.org/ns/prov#End">
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Association"/>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Ending</rdfs:seeAlso>
-        <rdfs:seeAlso>http://www.w3.org/2011/prov/wiki/ProvRDF#Ending</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Ending"/>
     </owl:Class>
     
 
@@ -584,8 +581,8 @@
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Entity">
         <rdfs:label xml:lang="en">Entity</rdfs:label>
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Element"/>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Entity</rdfs:seeAlso>
         <rdfs:comment xml:lang="en">An identifiable characterized entity.</rdfs:comment>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Entity"/>
     </owl:Class>
     
 
@@ -594,7 +591,7 @@
 
     <owl:Class rdf:about="http://www.w3.org/ns/prov#EntityInvolvement">
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Involvement"/>
-        <rdfs:comment>An instance of EntityInvolvement is used to provide additional descriptions of a binary relation from any instance to an instance of Entity.</rdfs:comment>
+        <rdfs:comment xml:lang="en">An instance of EntityInvolvement is used to provide additional descriptions of a binary relation from any instance to an instance of Entity.</rdfs:comment>
     </owl:Class>
     
 
@@ -603,8 +600,8 @@
 
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Generation">
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#ActivityInvolvement"/>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Generation</rdfs:seeAlso>
-        <rdfs:comment>An instance of prov:Generation provides additional descriptions about the binary prov:wasGeneratedBy relation from a generated prov:Entity to the prov:Activity that generated it. For example, :cake prov:wasGeneratedBy :baking; prov:qualified [ a prov:Generation; prov:entity :baking; :foo :bar ].</rdfs:comment>
+        <rdfs:comment xml:lang="de">An instance of prov:Generation provides additional descriptions about the binary prov:wasGeneratedBy relation from a generated prov:Entity to the prov:Activity that generated it. For example, :cake prov:wasGeneratedBy :baking; prov:qualified [ a prov:Generation; prov:entity :baking; :foo :bar ].</rdfs:comment>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Generation"/>
     </owl:Class>
     
 
@@ -613,7 +610,7 @@
 
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Inform">
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#ActivityInvolvement"/>
-        <rdfs:comment rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Activity_Ordering</rdfs:comment>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Activity_Ordering"/>
     </owl:Class>
     
 
@@ -621,11 +618,11 @@
     <!-- http://www.w3.org/ns/prov#Involvement -->
 
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Involvement">
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Agent_Association</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Generation</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Responsibility</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Usage</rdfs:seeAlso>
-        <rdfs:comment>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>
+        <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>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Agent_Association"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Generation"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Responsibility"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Usage"/>
     </owl:Class>
     
 
@@ -634,8 +631,8 @@
 
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Location">
         <rdfs:label xml:lang="en">Location</rdfs:label>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Location</rdfs:seeAlso>
-        <rdfs:seeAlso>http://www.w3.org/ns/prov#hadSpatialExtent</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Location"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#hadSpatialExtent"/>
     </owl:Class>
     
 
@@ -643,8 +640,8 @@
     <!-- http://www.w3.org/ns/prov#Note -->
 
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Note">
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Note</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/ns/prov#hadNote</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Note"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#hadNote"/>
     </owl:Class>
     
 
@@ -653,7 +650,7 @@
 
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Organization">
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Agent"/>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Organization</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Organization"/>
     </owl:Class>
     
 
@@ -662,7 +659,7 @@
 
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Person">
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Agent"/>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Person</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Person"/>
     </owl:Class>
     
 
@@ -672,7 +669,7 @@
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Plan">
         <rdfs:label xml:lang="en">Plan</rdfs:label>
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <rdfs:comment rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Agent_Association</rdfs:comment>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Agent_Association"/>
     </owl:Class>
     
 
@@ -681,8 +678,8 @@
 
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Quotation">
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInvolvement"/>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Quotation</rdfs:seeAlso>
-        <rdfs:comment>TODO: Shouldn&#39;t Quotation be a subtype of Derivation (and same for the binary relations?) -Tim</rdfs:comment>
+        <rdfs:comment xml:lang="en">TODO: Shouldn&#39;t Quotation be a subtype of Derivation (and same for the binary relations?) -Tim</rdfs:comment>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Quotation"/>
     </owl:Class>
     
 
@@ -691,8 +688,8 @@
 
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Responsibility">
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#AgentInvolvement"/>
-        <rdfs:comment rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Responsibility</rdfs:comment>
-        <rdfs:comment>An instance of prov:Responsibility provides additional descriptions about the binary prov:actedOnBehalfOf relation from a performing prov:Agent to some prov:Agent for whom it was performed. For example, :mixing prov:wasAssociatedWith :toddler . :toddler prov:actedOnBehalfOf :mother; prov:qualified [ a prov:Responsiblity; prov:entity :mother; :foo :bar ].</rdfs:comment>
+        <rdfs:comment xml:lang="en">An instance of prov:Responsibility provides additional descriptions about the binary prov:actedOnBehalfOf relation from a performing prov:Agent to some prov:Agent for whom it was performed. For example, :mixing prov:wasAssociatedWith :toddler . :toddler prov:actedOnBehalfOf :mother; prov:qualified [ a prov:Responsiblity; prov:entity :mother; :foo :bar ].</rdfs:comment>
+        <rdfs:comment rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Responsibility"/>
     </owl:Class>
     
 
@@ -701,7 +698,7 @@
 
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Revision">
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Revision</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Revision"/>
     </owl:Class>
     
 
@@ -709,8 +706,8 @@
     <!-- http://www.w3.org/ns/prov#Role -->
 
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Role">
-        <rdfs:comment rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Attribute</rdfs:comment>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/ns/prov#hadRole</rdfs:seeAlso>
+        <rdfs:comment rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Attribute"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#hadRole"/>
     </owl:Class>
     
 
@@ -719,7 +716,7 @@
 
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Source">
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
-        <rdfs:comment rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Original_Source</rdfs:comment>
+        <rdfs:comment rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Original_Source"/>
     </owl:Class>
     
 
@@ -728,8 +725,8 @@
 
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Start">
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Involvement"/>
-        <rdfs:comment rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Starting</rdfs:comment>
-        <rdfs:comment rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Starting_again</rdfs:comment>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Starting"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Starting_again"/>
     </owl:Class>
     
 
@@ -738,7 +735,7 @@
 
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Summarization">
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInvolvement"/>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Summary</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Summary"/>
     </owl:Class>
     
 
@@ -747,7 +744,7 @@
 
     <owl:Class rdf:about="http://www.w3.org/ns/prov#System">
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Agent"/>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#SoftwareAgent</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#SoftwareAgent"/>
     </owl:Class>
     
 
@@ -755,12 +752,12 @@
     <!-- http://www.w3.org/ns/prov#TimeInstant -->
 
     <owl:Class rdf:about="http://www.w3.org/ns/prov#TimeInstant">
-        <rdfs:comment rdf:datatype="&xsd;string">&#39;Instants are, intuitively, point-like in that they have no interior points&#39;
+        <rdfs:comment xml:lang="en">&#39;Instants are, intuitively, point-like in that they have no interior points&#39;
 reusing notion from W3C OWL-Time Working Draft (http://www.w3.org/TR/owl-time/), but not associating to it directly because it is not a Recommendation.</rdfs:comment>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Activity</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Generation</rdfs:seeAlso>
-        <rdfs:comment rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Usage</rdfs:comment>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/ns/prov#hadTemporalExtent</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Activity"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Generation"/>
+        <rdfs:comment rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Usage"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#hadTemporalExtent"/>
     </owl:Class>
     
 
@@ -769,10 +766,10 @@
 
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Trace">
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInvolvement"/>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Revision</rdfs:seeAlso>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Traceability</rdfs:seeAlso>
-        <rdfs:seeAlso>An instance of prov:Trace provides additional descriptions about the binary prov:tracedTo relation from some prov:Element (Entity or Activity) to some other prov:Element. For example, :stomach_ache prov:tracedTo :spoon; prov:qualified [ a prov:Trace; prov:entity :spoon; :foo :bar ].</rdfs:seeAlso>
-        <rdfs:comment>A prov:Trace can be from any prov:Element to any prov:Element, so it cannot be a subclass of prov:EntityInvolvement or prov:ActivityInvolvement.</rdfs:comment>
+        <rdfs:comment xml:lang="en">A prov:Trace can be from any prov:Element to any prov:Element, so it cannot be a subclass of prov:EntityInvolvement or prov:ActivityInvolvement.</rdfs:comment>
+        <rdfs:comment xml:lang="en">An instance of prov:Trace provides additional descriptions about the binary prov:tracedTo relation from some prov:Element (Entity or Activity) to some other prov:Element. For example, :stomach_ache prov:tracedTo :spoon; prov:qualified [ a prov:Trace; prov:entity :spoon; :foo :bar ].</rdfs:comment>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Revision"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Traceability"/>
     </owl:Class>
     
 
@@ -781,7 +778,7 @@
 
     <owl:Class rdf:about="http://www.w3.org/ns/prov#Usage">
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInvolvement"/>
-        <rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.w3.org/2011/prov/wiki/ProvRDF#Usage</rdfs:seeAlso>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF#Usage"/>
     </owl:Class>
 </rdf:RDF>