@prefix : . @prefix prov: . @prefix owl: . @prefix rdfs: . rdfs:comment a owl:AnnotationProperty . rdfs:isDefinedBy a owl:AnnotationProperty . rdfs:label a owl:AnnotationProperty . rdfs:seeAlso a owl:AnnotationProperty . owl:Thing a owl:Class . owl:versionInfo a owl:AnnotationProperty . prov:asInBundle a owl:ObjectProperty ; rdfs:label "asInBundle" ; rdfs:comment """prov:asInBundle is used to specify which bundle the general entity of a prov:mentionOf property is described. 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 prov:Entity ; rdfs:isDefinedBy ; rdfs:range prov:Bundle ; :inverse "contextOf" ; :sharesDefinitionWith prov:mentionOf . prov:mentionOf a owl:ObjectProperty ; rdfs:label "mentionOf" ; rdfs:comment """prov:mentionOf is used to specialize an entity as described in another bundle. It is to be used in conjuction with prov:asInBundle. prov:asInBundle is used to cite the Bundle in which the generalization was mentioned."""@en ; rdfs:domain prov:Entity ; rdfs:isDefinedBy ; rdfs:range prov:Entity ; rdfs:subPropertyOf prov:specializationOf ; :inverse "hadMention" . a owl:Ontology ; rdfs:label "W3C PROV Linking Across Provenance Bundles Ontology (PROV-LINKS)"@en ; 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:seeAlso , ; owl:imports ; owl:versionIRI ; owl:versionInfo "Working Group Note version 2013-04-30"@en ; prov:specializationOf .