rolled prov-links.ttl back to the last prov-o.ttl that had it.
authorTim L <lebot@rpi.edu>
Fri, 26 Apr 2013 10:40:44 -0400
changeset 6335 9a27287cfcae
parent 6334 b30cc737f4c8
child 6336 c700d8b1b0e8
rolled prov-links.ttl back to the last prov-o.ttl that had it.
ontology/prov-o.ttl
--- a/ontology/prov-o.ttl	Fri Apr 26 10:19:28 2013 -0400
+++ b/ontology/prov-o.ttl	Fri Apr 26 10:40:44 2013 -0400
@@ -7,7 +7,7 @@
 rdfs:comment
     a owl:AnnotationProperty ;
     rdfs:comment ""@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
 
 rdfs:isDefinedBy
     a owl:AnnotationProperty .
@@ -15,7 +15,7 @@
 rdfs:label
     a owl:AnnotationProperty ;
     rdfs:comment ""@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
 
 rdfs:seeAlso
     a owl:AnnotationProperty ;
@@ -28,11 +28,18 @@
     a owl:AnnotationProperty .
 
 <http://www.w3.org/ns/prov#>
-    a owl:Ontology .
+    a owl:Ontology ;
+    rdfs:comment """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-comments@w3.org (subscribe public-prov-comments-request@w3.org, archives http://lists.w3.org/Archives/Public/public-prov-comments/). All feedback is welcome."""@en ;
+    rdfs:label "PROV-O"@en ;
+    rdfs:seeAlso <http://www.w3.org/TR/prov#>, <http://www.w3.org/TR/prov-o/> ;
+    owl:versionIRI <http://www.w3.org/TR/2012/WD-prov-o-2012MMDD/prov.owl> ;
+    :wasRevisionOf <http://www.w3.org/TR/2012/WD-prov-o-20120724/prov.owl> .
 
 :Activity
     a owl:Class ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "Activity" ;
     owl:disjointWith :Entity ;
     :category "starting-point" ;
@@ -45,7 +52,7 @@
 :ActivityInfluence
     a owl:Class ;
     rdfs:comment "ActivityInfluence provides additional descriptions of an Activity's binary influence upon any other kind of resource. Instances of ActivityInfluence use the prov:activity property to cite the influencing Activity."@en, "It is not recommended that the type ActivityInfluence be asserted without also asserting one of its more specific subclasses."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "ActivityInfluence" ;
     rdfs:seeAlso :activity ;
     rdfs:subClassOf :Influence, [
@@ -59,7 +66,7 @@
 
 :Agent
     a owl:Class ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "Agent" ;
     owl:disjointWith :InstantaneousEvent ;
     :category "starting-point" ;
@@ -71,7 +78,7 @@
 :AgentInfluence
     a owl:Class ;
     rdfs:comment "AgentInfluence provides additional descriptions of an Agent's binary influence upon any other kind of resource. Instances of AgentInfluence use the prov:agent property to cite the influencing Agent."@en, "It is not recommended that the type AgentInfluence be asserted without also asserting one of its more specific subclasses."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "AgentInfluence" ;
     rdfs:seeAlso :agent ;
     rdfs:subClassOf :Influence ;
@@ -81,7 +88,7 @@
 :Association
     a owl:Class ;
     rdfs:comment "An instance of prov:Association provides additional descriptions about the binary prov:wasAssociatedWith relation from an prov:Activity to some prov:Agent that had some responsiblity for it. For example, :baking prov:wasAssociatedWith :baker; prov:qualifiedAssociation [ a prov:Association; prov:agent :baker; :foo :bar ]."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "Association" ;
     rdfs:subClassOf :AgentInfluence ;
     :category "qualified" ;
@@ -94,7 +101,7 @@
 :Attribution
     a owl:Class ;
     rdfs:comment "An instance of prov:Attribution provides additional descriptions about the binary prov:wasAttributedTo relation from an prov:Entity to some prov:Agent that had some responsible for it. For example, :cake prov:wasAttributedTo :baker; prov:qualifiedAttribution [ a prov:Attribution; prov:entity :baker; :foo :bar ]."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "Attribution" ;
     rdfs:subClassOf :AgentInfluence ;
     :category "qualified" ;
@@ -110,7 +117,7 @@
 :Bundle
     a owl:Class ;
     rdfs:comment "Note that there are kinds of bundles (e.g. handwritten letters, audio recordings, etc.) that are not expressed in PROV-O, but can be still be described by PROV-O."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "Bundle" ;
     rdfs:subClassOf :Entity ;
     :category "expanded" ;
@@ -120,7 +127,7 @@
 
 :Collection
     a owl:Class ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "Collection" ;
     rdfs:subClassOf :Entity ;
     :category "expanded" ;
@@ -131,7 +138,7 @@
 :Communication
     a owl:Class ;
     rdfs:comment "An instance of prov:Communication provides additional descriptions about the binary prov:wasInformedBy relation from an informed prov:Activity to the prov:Activity that informed it. For example, :you_jumping_off_bridge prov:wasInformedBy :everyone_else_jumping_off_bridge; prov:qualifiedCommunication [ a prov:Communication; prov:activity :everyone_else_jumping_off_bridge; :foo :bar ]."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "Communication" ;
     rdfs:subClassOf :ActivityInfluence ;
     :category "qualified" ;
@@ -145,7 +152,7 @@
 :Delegation
     a owl:Class ;
     rdfs:comment "An instance of prov:Delegation 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:qualifiedDelegation [ a prov:Delegation; prov:entity :mother; :foo :bar ]."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "Delegation" ;
     rdfs:subClassOf :AgentInfluence ;
     :category "qualified" ;
@@ -159,8 +166,8 @@
 
 :Derivation
     a owl:Class ;
-    rdfs:comment "An instance of prov:Derivation provides additional descriptions about the binary prov:wasDerivedFrom relation from some derived prov:Entity to another prov:Entity from which it was derived. For example, :chewed_bubble_gum prov:wasDerivedFrom :unwrapped_bubble_gum; prov:qualifiedDerivation [ a prov:Derivation; prov:entity :unwrapped_bubble_gum; :foo :bar ]."@en, "The more specific forms of prov:Derivation (i.e., prov:Revision, prov:Quotation, prov:PrimarySource) should be asserted if they apply."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:comment "An instance of prov:Derivation provides additional descriptions about the binary prov:wasDerivedFrom relation from some derived prov:Entity to another prov:Entity from which it was derived. For example, :chewed_bubble_gum prov:wasDerivedFrom :unwrapped_bubble_gum; prov:qualifiedDerivation [ a prov:Derivation; prov:entity :unwrapped_bubble_gum; :foo :bar ]."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "Derivation" ;
     rdfs:subClassOf :EntityInfluence ;
     :category "qualified" ;
@@ -173,7 +180,7 @@
 
 :EmptyCollection
     a owl:Class, owl:NamedIndividual ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "EmptyCollection"@en ;
     rdfs:subClassOf :Collection ;
     :category "expanded" ;
@@ -183,7 +190,7 @@
 :End
     a owl:Class ;
     rdfs:comment "An instance of prov:End provides additional descriptions about the binary prov:wasEndedBy relation from some ended prov:Activity to an prov:Entity that ended it. For example, :ball_game prov:wasEndedBy :buzzer; prov:qualifiedEnd [ a prov:End; prov:entity :buzzer; :foo :bar; prov:atTime '2012-03-09T08:05:08-05:00'^^xsd:dateTime ]."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "End" ;
     rdfs:subClassOf :EntityInfluence, :InstantaneousEvent ;
     :category "qualified" ;
@@ -196,7 +203,7 @@
 
 :Entity
     a owl:Class ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "Entity" ;
     owl:disjointWith :InstantaneousEvent ;
     :category "starting-point" ;
@@ -209,7 +216,7 @@
 :EntityInfluence
     a owl:Class ;
     rdfs:comment "EntityInfluence provides additional descriptions of an Entity's binary influence upon any other kind of resource. Instances of EntityInfluence use the prov:entity property to cite the influencing Entity."@en, "It is not recommended that the type EntityInfluence be asserted without also asserting one of its more specific subclasses."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "EntityInfluence" ;
     rdfs:seeAlso :entity ;
     rdfs:subClassOf :Influence ;
@@ -219,7 +226,7 @@
 :Generation
     a owl:Class ;
     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:qualifiedGeneration [ a prov:Generation; prov:activity :baking; :foo :bar ]."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "Generation" ;
     rdfs:subClassOf :ActivityInfluence, :InstantaneousEvent ;
     :category "qualified" ;
@@ -232,8 +239,8 @@
 
 :Influence
     a owl:Class ;
-    rdfs:comment "An instance of prov:Influence provides additional descriptions about the binary prov:wasInfluencedBy relation from some influenced Activity, Entity, or Agent to the influencing Activity, Entity, or Agent. For example, :stomach_ache prov:wasInfluencedBy :spoon; prov:qualifiedInfluence [ a prov:Influence; prov:entity :spoon; :foo :bar ] . Because prov:Influence is a broad relation, the more specific relations (Communication, Delegation, End, etc.) should be used when applicable."@en, "Because prov:Influence is a broad relation, its most specific subclasses (e.g. prov:Communication, prov:Delegation, prov:End, prov:Revision, etc.) should be used when applicable."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:comment "An instance of prov:Influence provides additional descriptions about the binary prov:wasInfluencedBy relation from some influenced Activity, Entity, or Agent to the influencing Activity, Entity, or Agent. For example, :stomach_ache prov:wasInfluencedBy :spoon; prov:qualifiedInfluence [ a prov:Influence; prov:entity :spoon; :foo :bar ] . Because prov:Influence is a broad relation, the more specific relations (Communication, Delegation, End, etc.) should be used when applicable."@en ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "Influence" ;
     :category "qualified" ;
     :component "derivations" ;
@@ -245,7 +252,7 @@
 :InstantaneousEvent
     a owl:Class ;
     rdfs:comment "An instantaneous event, or event for short, happens in the world and marks a change in the world, in its activities and in its entities. The term 'event' is commonly used in process algebra with a similar meaning. Events represent communications or interactions; they are assumed to be atomic and instantaneous."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "InstantaneousEvent" ;
     :category "qualified" ;
     :component "entities-activities" ;
@@ -255,7 +262,7 @@
 :Invalidation
     a owl:Class ;
     rdfs:comment "An instance of prov:Invalidation provides additional descriptions about the binary prov:wasInvalidatedBy relation from an invalidated prov:Entity to the prov:Activity that invalidated it. For example, :uncracked_egg prov:wasInvalidatedBy :baking; prov:qualifiedInvalidation [ a prov:Invalidation; prov:activity :baking; :foo :bar ]."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "Invalidation" ;
     rdfs:subClassOf :ActivityInfluence, :InstantaneousEvent ;
     :category "qualified" ;
@@ -268,7 +275,7 @@
 
 :Location
     a owl:Class ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "Location" ;
     rdfs:seeAlso :atLocation ;
     :category "expanded" ;
@@ -278,30 +285,30 @@
 
 :Organization
     a owl:Class ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "Organization" ;
     rdfs:subClassOf :Agent ;
     :category "expanded" ;
     :component "agents-responsibility" ;
-    :definition "An organization is a social or legal institution such as a company, society, etc." ;
+    :definition "Agents of type Organization are social institutions such as companies, societies etc." ;
     :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-agent"^^xsd:anyURI ;
     :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types"^^xsd:anyURI .
 
 :Person
     a owl:Class ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "Person" ;
     rdfs:subClassOf :Agent ;
     :category "expanded" ;
     :component "agents-responsibility" ;
-    :definition "Person agents are people."@en ;
+    :definition "Agents of type Person are people."@en ;
     :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-agent"^^xsd:anyURI ;
     :n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types"^^xsd:anyURI .
 
 :Plan
     a owl:Class ;
     rdfs:comment "There exist no prescriptive requirement on the nature of plans, their representation, the actions or steps they consist of, or their intended goals. Since plans may evolve over time, it may become necessary to track their provenance, so plans themselves are entities. Representing the plan explicitly in the provenance can be useful for various tasks: for example, to validate the execution as represented in the provenance record, to manage expectation failures, or to provide explanations."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "Plan" ;
     rdfs:subClassOf :Entity ;
     :category "expanded", "qualified" ;
@@ -313,7 +320,7 @@
 :PrimarySource
     a owl:Class ;
     rdfs:comment "An instance of prov:PrimarySource provides additional descriptions about the binary prov:hadPrimarySource relation from some secondary prov:Entity to an earlier, primary prov:Entity. For example, :blog prov:hadPrimarySource :newsArticle; prov:qualifiedPrimarySource [ a prov:PrimarySource; prov:entity :newsArticle; :foo :bar ] ."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "PrimarySource" ;
     rdfs:subClassOf :Derivation ;
     :category "qualified" ;
@@ -330,7 +337,7 @@
 :Quotation
     a owl:Class ;
     rdfs:comment "An instance of prov:Quotation provides additional descriptions about the binary prov:wasQuotedFrom relation from some taken prov:Entity from an earlier, larger prov:Entity. For example, :here_is_looking_at_you_kid prov:wasQuotedFrom :casablanca_script; prov:qualifiedQuotation [ a prov:Quotation; prov:entity :casablanca_script; :foo :bar ]."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "Quotation" ;
     rdfs:subClassOf :Derivation ;
     :category "qualified" ;
@@ -343,7 +350,7 @@
 :Revision
     a owl:Class ;
     rdfs:comment "An instance of prov:Revision provides additional descriptions about the binary prov:wasRevisionOf relation from some newer prov:Entity to an earlier prov:Entity. For example, :draft_2 prov:wasRevisionOf :draft_1; prov:qualifiedRevision [ a prov:Revision; prov:entity :draft_1; :foo :bar ]."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "Revision" ;
     rdfs:subClassOf :Derivation ;
     :category "qualified" ;
@@ -355,7 +362,7 @@
 
 :Role
     a owl:Class ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "Role" ;
     rdfs:seeAlso :hadRole ;
     :category "qualified" ;
@@ -366,7 +373,7 @@
 
 :SoftwareAgent
     a owl:Class ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "SoftwareAgent" ;
     rdfs:subClassOf :Agent ;
     :category "expanded" ;
@@ -378,7 +385,7 @@
 :Start
     a owl:Class ;
     rdfs:comment "An instance of prov:Start provides additional descriptions about the binary prov:wasStartedBy relation from some started prov:Activity to an prov:Entity that started it. For example, :foot_race prov:wasStartedBy :bang; prov:qualifiedStart [ a prov:Start; prov:entity :bang; :foo :bar; prov:atTime '2012-03-09T08:05:08-05:00'^^xsd:dateTime ] ."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "Start" ;
     rdfs:subClassOf :EntityInfluence, :InstantaneousEvent ;
     :category "qualified" ;
@@ -392,7 +399,7 @@
 :Usage
     a owl:Class ;
     rdfs:comment "An instance of prov:Usage provides additional descriptions about the binary prov:used relation from some prov:Activity to an prov:Entity that it used. For example, :keynote prov:used :podium; prov:qualifiedUsage [ a prov:Usage; prov:entity :podium; :foo :bar ]."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "Usage" ;
     rdfs:subClassOf :EntityInfluence, :InstantaneousEvent ;
     :category "qualified" ;
@@ -407,7 +414,7 @@
     a owl:ObjectProperty ;
     rdfs:comment "An object property to express the accountability of an agent towards another agent. The subordinate agent acted on behalf of the responsible agent in an actual activity. "@en ;
     rdfs:domain :Agent ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "actedOnBehalfOf" ;
     rdfs:range :Agent ;
     rdfs:subPropertyOf :wasInfluencedBy ;
@@ -422,7 +429,7 @@
 :activity
     a owl:ObjectProperty ;
     rdfs:domain :ActivityInfluence ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "activity" ;
     rdfs:range :Activity ;
     rdfs:subPropertyOf :influencer ;
@@ -434,7 +441,7 @@
 :agent
     a owl:ObjectProperty ;
     rdfs:domain :AgentInfluence ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "agent" ;
     rdfs:range :Agent ;
     rdfs:subPropertyOf :influencer ;
@@ -446,7 +453,7 @@
 :alternateOf
     a owl:ObjectProperty ;
     rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "alternateOf" ;
     rdfs:range :Entity ;
     rdfs:seeAlso :specializationOf ;
@@ -460,12 +467,25 @@
 
 :aq
     a owl:AnnotationProperty ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:subPropertyOf rdfs:seeAlso .
 
+:asInBundle
+    a owl:ObjectProperty ;
+    rdfs:comment """The prov:mentionOf and prov:asInBundle properties are \"at risk\" (http://www.w3.org/2005/10/Process-20051014/tr#cfi) and may be removed from this specification based on feedback. Please send feedback to public-prov-comments@w3.org.
+
+These two properties are used to encode the PROV-DM's Mention construct (http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-mention), which might be removed from PROV if implementation experience reveals problems with supporting this construct. """@en, "When :x prov:mentionOf :y and :y is described in Bundle :b, the triple :x prov:asInBundle :b is also asserted to cite the Bundle in which :y was described."@en ;
+    rdfs:domain :Entity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "asInBundle" ;
+    rdfs:range :Bundle ;
+    :category "expanded" ;
+    :inverse "contextOf" ;
+    :sharesDefinitionWith :mentionOf .
+
 :atLocation
     a owl:ObjectProperty ;
-    rdfs:comment "The Location of any resource."@en, "This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href=\"#owl-profile\">PROV-O OWL Profile</a>." ;
+    rdfs:comment "The Location of any resource."@en, "This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href=\"#prov-o-owl-profile\">PROV-O OWL Profile</a>." ;
     rdfs:domain [
         a owl:Class ;
         owl:unionOf (:Activity
@@ -474,7 +494,7 @@
             :InstantaneousEvent
         )
     ] ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "atLocation" ;
     rdfs:range :Location ;
     :category "expanded" ;
@@ -486,7 +506,7 @@
     a owl:DatatypeProperty ;
     rdfs:comment "The time at which an InstantaneousEvent occurred, in the form of xsd:dateTime."@en ;
     rdfs:domain :InstantaneousEvent ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "atTime" ;
     rdfs:range xsd:dateTime ;
     :category "qualified" ;
@@ -497,46 +517,46 @@
 :category
     a owl:AnnotationProperty ;
     rdfs:comment "Classify prov-o terms into three categories, including 'starting-point', 'qualifed', and 'extended'. This classification is used by the prov-o html document to gently introduce prov-o terms to its users. "@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
 
 :component
     a owl:AnnotationProperty ;
     rdfs:comment "Classify prov-o terms into six components according to prov-dm, including 'agents-responsibility', 'alternate', 'annotations', 'collections', 'derivations', and 'entities-activities'. This classification is used so that readers of prov-o specification can find its correspondence with the prov-dm specification."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
 
 :constraints
     a owl:AnnotationProperty ;
     rdfs:comment "A reference to the principal section of the PROV-CONSTRAINTS document that describes this concept."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:subPropertyOf rdfs:seeAlso .
 
 :definition
     a owl:AnnotationProperty ;
     rdfs:comment "A definition quoted from PROV-DM or PROV-CONSTRAINTS that describes the concept expressed with this OWL term."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
 
 :dm
     a owl:AnnotationProperty ;
     rdfs:comment "A reference to the principal section of the PROV-DM document that describes this concept."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:subPropertyOf rdfs:seeAlso .
 
 :editorialNote
     a owl:AnnotationProperty ;
     rdfs:comment "A note by the OWL development team about how this term expresses the PROV-DM concept, or how it should be used in context of semantic web or linked data."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
 
 :editorsDefinition
     a owl:AnnotationProperty ;
     rdfs:comment "When the prov-o term does not have a definition drawn from prov-dm, and the prov-o editor provides one."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:subPropertyOf :definition .
 
 :endedAtTime
     a owl:DatatypeProperty ;
     rdfs:comment "The time at which an activity ended. See also prov:startedAtTime."@en ;
     rdfs:domain :Activity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "endedAtTime" ;
     rdfs:range xsd:dateTime ;
     :category "starting-point" ;
@@ -547,7 +567,7 @@
 :entity
     a owl:ObjectProperty ;
     rdfs:domain :EntityInfluence ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "entity" ;
     rdfs:range :Entity ;
     rdfs:subPropertyOf :influencer ;
@@ -559,7 +579,7 @@
 :generated
     a owl:ObjectProperty ;
     rdfs:domain :Activity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "generated" ;
     rdfs:range :Entity ;
     rdfs:subPropertyOf :influenced ;
@@ -574,7 +594,7 @@
     a owl:DatatypeProperty ;
     rdfs:comment "The time at which an entity was completely created and is available for use."@en ;
     rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "generatedAtTime" ;
     rdfs:range xsd:dateTime ;
     :category "expanded" ;
@@ -584,7 +604,7 @@
 
 :hadActivity
     a owl:ObjectProperty ;
-    rdfs:comment "The _optional_ Activity of an Influence, which used, generated, invalidated, or was the responsibility of some Entity. This property is _not_ used by ActivityInfluence (use prov:activity instead)."@en, "This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href=\"#owl-profile\">PROV-O OWL Profile</a>." ;
+    rdfs:comment "The _optional_ Activity of an Influence, which used, generated, invalidated, or was the responsibility of some Entity. This property is _not_ used by ActivityInfluence (use prov:activity instead)."@en, "This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href=\"#prov-o-owl-profile\">PROV-O OWL Profile</a>." ;
     rdfs:domain :Influence, [
         a owl:Class ;
         owl:unionOf (:Delegation
@@ -593,7 +613,7 @@
             :Start
         )
     ] ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "hadActivity" ;
     rdfs:range :Activity ;
     :category "qualified" ;
@@ -606,7 +626,7 @@
     a owl:ObjectProperty ;
     rdfs:comment "The _optional_ Generation involved in an Entity's Derivation."@en ;
     rdfs:domain :Derivation ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "hadGeneration" ;
     rdfs:range :Generation ;
     :category "qualified" ;
@@ -617,7 +637,7 @@
 :hadMember
     a owl:ObjectProperty ;
     rdfs:domain :Collection ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "hadMember" ;
     rdfs:range :Entity ;
     rdfs:subPropertyOf :wasInfluencedBy ;
@@ -630,7 +650,7 @@
     a owl:ObjectProperty ;
     rdfs:comment "The _optional_ Plan adopted by an Agent in Association with some Activity. Plan specifications are out of the scope of this specification."@en ;
     rdfs:domain :Association ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "hadPlan" ;
     rdfs:range :Plan ;
     :category "qualified" ;
@@ -641,7 +661,7 @@
 :hadPrimarySource
     a owl:ObjectProperty ;
     rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "hadPrimarySource" ;
     rdfs:range :Entity ;
     rdfs:subPropertyOf :wasDerivedFrom ;
@@ -655,14 +675,14 @@
 
 :hadRole
     a owl:ObjectProperty ;
-    rdfs:comment "The _optional_ Role that an Entity assumed in the context of an Activity. For example, :baking prov:used :spoon; prov:qualified [ a prov:Usage; prov:entity :spoon; prov:hadRole roles:mixing_implement ]."@en, "This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href=\"#owl-profile\">PROV-O OWL Profile</a>." ;
+    rdfs:comment "The _optional_ Role that an Entity assumed in the context of an Activity. For example, :baking prov:used :spoon; prov:qualified [ a prov:Usage; prov:entity :spoon; prov:hadRole roles:mixing_implement ]."@en, "This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href=\"#prov-o-owl-profile\">PROV-O OWL Profile</a>." ;
     rdfs:domain :Influence, [
         a owl:Class ;
         owl:unionOf (:Association
             :InstantaneousEvent
         )
     ] ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "hadRole" ;
     rdfs:range :Role ;
     :category "qualified" ;
@@ -675,7 +695,7 @@
     a owl:ObjectProperty ;
     rdfs:comment "The _optional_ Usage involved in an Entity's Derivation."@en ;
     rdfs:domain :Derivation ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "hadUsage" ;
     rdfs:range :Usage ;
     :category "qualified" ;
@@ -685,7 +705,7 @@
 
 :influenced
     a owl:ObjectProperty ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "influenced" ;
     owl:inverseOf :wasInfluencedBy ;
     :category "expanded" ;
@@ -697,9 +717,8 @@
     a owl:ObjectProperty ;
     rdfs:comment "Subproperties of prov:influencer are used to cite the object of an unqualified PROV-O triple whose predicate is a subproperty of prov:wasInfluencedBy (e.g. prov:used, prov:wasGeneratedBy). prov:influencer is used much like rdf:object is used."@en ;
     rdfs:domain :Influence ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "influencer" ;
-    rdfs:range owl:Thing ;
     :category "qualified" ;
     :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-influence"^^xsd:anyURI ;
     :editorialNote "This property and its subproperties are used in the same way as the rdf:object property, i.e. to reference the object of an unqualified prov:wasInfluencedBy or prov:influenced triple."@en ;
@@ -709,7 +728,7 @@
 :invalidated
     a owl:ObjectProperty ;
     rdfs:domain :Activity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "invalidated" ;
     rdfs:range :Entity ;
     rdfs:subPropertyOf :influenced ;
@@ -724,7 +743,7 @@
     a owl:DatatypeProperty ;
     rdfs:comment "The time at which an entity was invalidated (i.e., no longer usable)."@en ;
     rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "invalidatedAtTime" ;
     rdfs:range xsd:dateTime ;
     :category "expanded" ;
@@ -735,25 +754,40 @@
 :inverse
     a owl:AnnotationProperty ;
     rdfs:comment "PROV-O does not define all property inverses. The directionalities defined in PROV-O should be given preference over those not defined. However, if users wish to name the inverse of a PROV-O property, the local name given by prov:inverse should be used."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:seeAlso <http://www.w3.org/TR/prov-o/#names-of-inverse-properties> .
 
+:mentionOf
+    a owl:ObjectProperty ;
+    rdfs:comment """The prov:mentionOf and prov:asInBundle properties are \"at risk\" (http://www.w3.org/2005/10/Process-20051014/tr#cfi) and may be removed from this specification based on feedback. Please send feedback to public-prov-comments@w3.org.
+
+These two properties are used to encode the PROV-DM's Mention construct (http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-mention), which might be removed from PROV if implementation experience reveals problems with supporting this construct. """@en, "When :x prov:mentionOf :y and :y is described in Bundle :b, the triple :x prov:asInBundle :b is also asserted to cite the Bundle in which :y was described.", "prov:asInBundle is used to cite the Bundle in which the generalization was mentioned."@en ;
+    rdfs:domain :Entity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
+    rdfs:label "mentionOf" ;
+    rdfs:range :Entity ;
+    rdfs:subPropertyOf :specializationOf ;
+    :category "expanded" ;
+    :definition "The mention of an Entity in a Bundle (containing a description of this Entity) is another Entity that is a specialization of the former and that presents the Bundle as a further additional aspect. "@en ;
+    :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-mention"^^xsd:anyURI ;
+    :inverse "hadMention" .
+
 :n
     a owl:AnnotationProperty ;
     rdfs:comment "A reference to the principal section of the PROV-DM document that describes this concept."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:subPropertyOf rdfs:seeAlso .
 
 :order
     a owl:AnnotationProperty ;
     rdfs:comment "The position that this OWL term should be listed within documentation. The scope of the documentation (e.g., among all terms, among terms within a prov:category, among properties applying to a particular class, etc.) is unspecified."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
 
 :qualifiedAssociation
     a owl:ObjectProperty ;
     rdfs:comment "If this Activity prov:wasAssociatedWith Agent :ag, then it can qualify the Association using prov:qualifiedAssociation [ a prov:Association;  prov:agent :ag; :foo :bar ]."@en ;
     rdfs:domain :Activity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "qualifiedAssociation" ;
     rdfs:range :Association ;
     rdfs:subPropertyOf :qualifiedInfluence ;
@@ -767,7 +801,7 @@
     a owl:ObjectProperty ;
     rdfs:comment "If this Entity prov:wasAttributedTo Agent :ag, then it can qualify how it was influenced using prov:qualifiedAttribution [ a prov:Attribution;  prov:agent :ag; :foo :bar ]."@en ;
     rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "qualifiedAttribution" ;
     rdfs:range :Attribution ;
     rdfs:subPropertyOf :qualifiedInfluence ;
@@ -781,7 +815,7 @@
     a owl:ObjectProperty ;
     rdfs:comment "If this Activity prov:wasInformedBy Activity :a, then it can qualify how it was influenced using prov:qualifiedCommunication [ a prov:Communication;  prov:activity :a; :foo :bar ]."@en ;
     rdfs:domain :Activity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "qualifiedCommunication" ;
     rdfs:range :Communication ;
     rdfs:subPropertyOf :qualifiedInfluence ;
@@ -795,7 +829,7 @@
     a owl:ObjectProperty ;
     rdfs:comment "If this Agent prov:actedOnBehalfOf Agent :ag, then it can qualify how with prov:qualifiedResponsibility [ a prov:Responsibility;  prov:agent :ag; :foo :bar ]."@en ;
     rdfs:domain :Agent ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "qualifiedDelegation" ;
     rdfs:range :Delegation ;
     rdfs:subPropertyOf :qualifiedInfluence ;
@@ -809,7 +843,7 @@
     a owl:ObjectProperty ;
     rdfs:comment "If this Entity prov:wasDerivedFrom Entity :e, then it can qualify how it was derived using prov:qualifiedDerivation [ a prov:Derivation;  prov:entity :e; :foo :bar ]."@en ;
     rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "qualifiedDerivation" ;
     rdfs:range :Derivation ;
     rdfs:subPropertyOf :qualifiedInfluence ;
@@ -823,7 +857,7 @@
     a owl:ObjectProperty ;
     rdfs:comment "If this Activity prov:wasEndedBy Entity :e1, then it can qualify how it was ended using prov:qualifiedEnd [ a prov:End;  prov:entity :e1; :foo :bar ]."@en ;
     rdfs:domain :Activity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "qualifiedEnd" ;
     rdfs:range :End ;
     rdfs:subPropertyOf :qualifiedInfluence ;
@@ -854,14 +888,14 @@
        :customValue 1337 .
 
 Note how the value of the unqualified influence (prov:wasGeneratedBy :activity1) is mirrored as the value of the prov:activity (or prov:entity, or prov:agent) property on the influence class."""@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:subPropertyOf rdfs:seeAlso .
 
 :qualifiedGeneration
     a owl:ObjectProperty ;
     rdfs:comment "If this Activity prov:generated Entity :e, then it can qualify how it performed the Generation using prov:qualifiedGeneration [ a prov:Generation;  prov:entity :e; :foo :bar ]."@en ;
     rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "qualifiedGeneration" ;
     rdfs:range :Generation ;
     rdfs:subPropertyOf :qualifiedInfluence ;
@@ -881,7 +915,7 @@
             :Entity
         )
     ] ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "qualifiedInfluence" ;
     rdfs:range :Influence ;
     :category "qualified" ;
@@ -894,7 +928,7 @@
     a owl:ObjectProperty ;
     rdfs:comment "If this Entity prov:wasInvalidatedBy Activity :a, then it can qualify how it was invalidated using prov:qualifiedInvalidation [ a prov:Invalidation;  prov:activity :a; :foo :bar ]."@en ;
     rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "qualifiedInvalidation" ;
     rdfs:range :Invalidation ;
     rdfs:subPropertyOf :qualifiedInfluence ;
@@ -908,7 +942,7 @@
     a owl:ObjectProperty ;
     rdfs:comment "If this Entity prov:hadPrimarySource Entity :e, then it can qualify how using prov:qualifiedPrimarySource [ a prov:PrimarySource; prov:entity :e; :foo :bar ]."@en ;
     rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "qualifiedPrimarySource" ;
     rdfs:range :PrimarySource ;
     rdfs:subPropertyOf :qualifiedInfluence ;
@@ -922,7 +956,7 @@
     a owl:ObjectProperty ;
     rdfs:comment "If this Entity prov:wasQuotedFrom Entity :e, then it can qualify how using prov:qualifiedQuotation [ a prov:Quotation;  prov:entity :e; :foo :bar ]."@en ;
     rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "qualifiedQuotation" ;
     rdfs:range :Quotation ;
     rdfs:subPropertyOf :qualifiedInfluence ;
@@ -936,7 +970,7 @@
     a owl:ObjectProperty ;
     rdfs:comment "If this Entity prov:wasRevisionOf Entity :e, then it can qualify how it was revised using prov:qualifiedRevision [ a prov:Revision;  prov:entity :e; :foo :bar ]."@en ;
     rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "qualifiedRevision" ;
     rdfs:range :Revision ;
     rdfs:subPropertyOf :qualifiedInfluence ;
@@ -950,7 +984,7 @@
     a owl:ObjectProperty ;
     rdfs:comment "If this Activity prov:wasStartedBy Entity :e1, then it can qualify how it was started using prov:qualifiedStart [ a prov:Start;  prov:entity :e1; :foo :bar ]."@en ;
     rdfs:domain :Activity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "qualifiedStart" ;
     rdfs:range :Start ;
     rdfs:subPropertyOf :qualifiedInfluence ;
@@ -964,7 +998,7 @@
     a owl:ObjectProperty ;
     rdfs:comment "If this Activity prov:used Entity :e, then it can qualify how it used it using prov:qualifiedUsage [ a prov:Usage; prov:entity :e; :foo :bar ]."@en ;
     rdfs:domain :Activity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "qualifiedUsage" ;
     rdfs:range :Usage ;
     rdfs:subPropertyOf :qualifiedInfluence ;
@@ -976,13 +1010,13 @@
 
 :sharesDefinitionWith
     a owl:AnnotationProperty ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:subPropertyOf rdfs:seeAlso .
 
 :specializationOf
-    a owl:AnnotationProperty, owl:ObjectProperty ;
+    a owl:ObjectProperty ;
     rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "specializationOf" ;
     rdfs:range :Entity ;
     rdfs:seeAlso :alternateOf ;
@@ -999,7 +1033,7 @@
     a owl:DatatypeProperty ;
     rdfs:comment "The time at which an activity started. See also prov:endedAtTime."@en ;
     rdfs:domain :Activity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "startedAtTime" ;
     rdfs:range xsd:dateTime ;
     :category "starting-point" ;
@@ -1013,14 +1047,14 @@
 :unqualifiedForm
     a owl:AnnotationProperty ;
     rdfs:comment "Classes and properties used to qualify relationships are annotated with prov:unqualifiedForm to indicate the property used to assert an unqualified provenance relation."@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:subPropertyOf rdfs:seeAlso .
 
 :used
     a owl:ObjectProperty ;
     rdfs:comment "A prov:Entity that was used by this prov:Activity. For example, :baking prov:used :spoon, :egg, :oven ."@en ;
     rdfs:domain :Activity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "used" ;
     rdfs:range :Entity ;
     rdfs:subPropertyOf :wasInfluencedBy ;
@@ -1034,20 +1068,21 @@
 
 :value
     a owl:DatatypeProperty ;
+    rdfs:comment "Provides a value for an Entity."@en ;
     rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "value" ;
     :category "expanded" ;
     :component "entities-activities" ;
-    :definition "Provides a value that is a direct representation of an entity."@en ;
     :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-value"^^xsd:anyURI ;
-    :editorialNote "The editor's definition comes from http://www.w3.org/TR/rdf-primer/#rdfvalue", "This property serves the same purpose as rdf:value, but has been reintroduced to avoid some of the definitional ambiguity in the RDF specification (specifically, 'may be used in describing structured values')."@en .
+    :editorialNote "The editor's definition comes from http://www.w3.org/TR/rdf-primer/#rdfvalue", "This property serves the same purpose as rdf:value, but has been reintroduced to avoid some of the definitional ambiguity in the RDF specification (specifically, 'may be used in describing structured values')."@en ;
+    :editorsDefinition "The main value (if there is one) of a structured value."@en .
 
 :wasAssociatedWith
     a owl:ObjectProperty ;
     rdfs:comment "An prov:Agent that had some (unspecified) responsibility for the occurrence of this prov:Activity."@en ;
     rdfs:domain :Activity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "wasAssociatedWith" ;
     rdfs:range :Agent ;
     rdfs:subPropertyOf :wasInfluencedBy ;
@@ -1063,7 +1098,7 @@
     a owl:ObjectProperty ;
     rdfs:comment "Attribution is the ascribing of an entity to an agent."@en ;
     rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "wasAttributedTo" ;
     rdfs:range :Agent ;
     rdfs:subPropertyOf :wasInfluencedBy ;
@@ -1078,9 +1113,8 @@
 
 :wasDerivedFrom
     a owl:ObjectProperty ;
-    rdfs:comment "The more specific subproperties of prov:wasDerivedFrom (i.e., prov:wasQuotedFrom, prov:wasRevisionOf, prov:hadPrimarySource) should be used when applicable."@en ;
     rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "wasDerivedFrom" ;
     rdfs:range :Entity ;
     rdfs:subPropertyOf :wasInfluencedBy ;
@@ -1089,7 +1123,7 @@
     ) ;
     :category "starting-point" ;
     :component "derivations" ;
-    :definition "A derivation is a transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity."@en ;
+    :definition "A derivation is a transformation of an entity into another, a construction of an entity into another, or an update of an entity, resulting in a new one."@en ;
     :inverse "hadDerivation" ;
     :qualifiedForm :Derivation, :qualifiedDerivation .
 
@@ -1097,7 +1131,7 @@
     a owl:ObjectProperty ;
     rdfs:comment "End is when an activity is deemed to have ended. An end may refer to an entity, known as trigger, that terminated the activity."@en ;
     rdfs:domain :Activity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "wasEndedBy" ;
     rdfs:range :Entity ;
     rdfs:subPropertyOf :wasInfluencedBy ;
@@ -1112,7 +1146,7 @@
 :wasGeneratedBy
     a owl:ObjectProperty ;
     rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "wasGeneratedBy" ;
     rdfs:range :Activity ;
     rdfs:subPropertyOf :wasInfluencedBy ;
@@ -1126,7 +1160,7 @@
 
 :wasInfluencedBy
     a owl:ObjectProperty ;
-    rdfs:comment "Because prov:wasInfluencedBy is a broad relation, its more specific subproperties (e.g. prov:wasInformedBy, prov:actedOnBehalfOf, prov:wasEndedBy, etc.) should be used when applicable."@en, "This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href=\"#owl-profile\">PROV-O OWL Profile</a>." ;
+    rdfs:comment "Because prov:wasInfluencedBy is a broad relation, its more specific subproperties (prov:wasInformedBy, prov:actedOnBehalfOf, prov:wasEndedBy, etc.) should be used when applicable."@en, "This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href=\"#prov-o-owl-profile\">PROV-O OWL Profile</a>." ;
     rdfs:domain [
         a owl:Class ;
         owl:unionOf (:Activity
@@ -1134,7 +1168,7 @@
             :Entity
         )
     ] ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "wasInfluencedBy" ;
     rdfs:range [
         a owl:Class ;
@@ -1152,14 +1186,13 @@
 prov:wasInfluencedBy should not be used without also using one of its subproperties. 
 """@en ;
     :inverse "influenced" ;
-    :qualifiedForm :Influence, :qualifiedInfluence ;
     :sharesDefinitionWith :Influence .
 
 :wasInformedBy
     a owl:ObjectProperty ;
     rdfs:comment "An activity a2 is dependent on or informed by another activity a1, by way of some unspecified entity that is generated by a1 and used by a2."@en ;
     rdfs:domain :Activity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "wasInformedBy" ;
     rdfs:range :Activity ;
     rdfs:subPropertyOf :wasInfluencedBy ;
@@ -1174,7 +1207,7 @@
 :wasInvalidatedBy
     a owl:ObjectProperty ;
     rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "wasInvalidatedBy" ;
     rdfs:range :Activity ;
     rdfs:subPropertyOf :wasInfluencedBy ;
@@ -1190,7 +1223,7 @@
     a owl:ObjectProperty ;
     rdfs:comment "An entity is derived from an original entity by copying, or 'quoting', some or all of it."@en ;
     rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "wasQuotedFrom" ;
     rdfs:range :Entity ;
     rdfs:subPropertyOf :wasDerivedFrom ;
@@ -1206,7 +1239,7 @@
     a owl:AnnotationProperty, owl:ObjectProperty ;
     rdfs:comment "A revision is a derivation that revises an entity into a revised version."@en ;
     rdfs:domain :Entity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "wasRevisionOf" ;
     rdfs:range :Entity ;
     rdfs:subPropertyOf :wasDerivedFrom ;
@@ -1222,7 +1255,7 @@
     a owl:ObjectProperty ;
     rdfs:comment "Start is when an activity is deemed to have started. A start may refer to an entity, known as trigger, that initiated the activity."@en ;
     rdfs:domain :Activity ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "wasStartedBy" ;
     rdfs:range :Entity ;
     rdfs:subPropertyOf :wasInfluencedBy ;
@@ -1234,18 +1267,6 @@
     :inverse "started" ;
     :qualifiedForm :Start, :qualifiedStart .
 
-<http://www.w3.org/ns/prov-o#>
-    a owl:Ontology ;
-    rdfs:comment """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-comments@w3.org (subscribe public-prov-comments-request@w3.org, archives http://lists.w3.org/Archives/Public/public-prov-comments/). All feedback is welcome."""@en ;
-    rdfs:label "W3C PROVenance Interchange Ontology (PROV-O)"@en ;
-    rdfs:seeAlso <http://www.w3.org/TR/prov-o/>, <http://www.w3.org/ns/prov> ;
-    owl:versionIRI <http://www.w3.org/ns/prov-o-20130430> ;
-    owl:versionInfo "Recommendation version 2013-04-30"@en ;
-    :specializationOf <http://www.w3.org/ns/prov-o> ;
-    :wasRevisionOf <http://www.w3.org/ns/prov-o-20120312> .
-
 []
     a owl:Axiom ;
     rdfs:comment "A collection is an entity that provides a structure to some constituents, which are themselves entities. These constituents are said to be member of the collections."@en ;