asInBundle
Property
http://www.w3.org/ns/prov#asInBundle
Class Hierarchy
- asInBundle
Definition
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.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
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 <http://www.w3.org/ns/prov-links#> ;
rdfs:range prov:Bundle ;
prov:inverse "contextOf" ;
prov:sharesDefinitionWith prov:mentionOf .