invalidated
Property
http://www.w3.org/ns/prov#invalidated
Class Hierarchy
- invalidated
@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:invalidated a owl:ObjectProperty ;
rdfs:label "invalidated" ;
rdfs:domain prov:Activity ;
rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#>,
<http://www.w3.org/ns/prov-o-inverses#> ;
rdfs:range prov:Entity ;
rdfs:subPropertyOf prov:influenced ;
owl:inverseOf prov:wasInvalidatedBy ;
prov:category "expanded" ;
prov:component "entities-activities" ;
prov:editorialNote "prov:invalidated is one of few inverse property defined, to allow Activity-oriented assertions in addition to Entity-oriented assertions."@en ;
prov:inverse "wasInvalidatedBy" ;
prov:sharesDefinitionWith prov:Invalidation .