has execution trace
Property
http://ontextract.org/sco#hasExecutionTrace
Class Hierarchy
- has execution trace
Definition
Retrospective provenance: WHAT was actually detected.
Properties
Domain
Range
@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:hasExecutionTrace a owl:ObjectProperty ;
rdfs:label "has execution trace" ;
dcterms:bibliographicCitation "Missier et al. (2013). D-PROV retrospective provenance." ;
rdfs:comment "Retrospective provenance: WHAT was actually detected." ;
rdfs:domain sco:SemanticChangeEvent ;
rdfs:range prov:Activity .