@prefix dcterms: <http://purl.org/dc/terms/> .
@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#> .
@prefix sco: <http://ontextract.org/sco#> .

sco:hasProcessSpecification a owl:ObjectProperty ;
    rdfs:label "has process specification" ;
    dcterms:bibliographicCitation "Missier et al. (2013). D-PROV prospective provenance." ;
    rdfs:comment "Prospective provenance: HOW change should be detected." ;
    rdfs:domain sco:SemanticChangeEvent ;
    rdfs:range prov:Plan .

