@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:Accept a owl:Class ;
    rdfs:label "Accept"@en ;
    rdfs:subClassOf prov:Activity ;
    prov:definition "Activity that identifies the acceptance of a resource (e.g., an article in a conference)"@en .

