has workflow structure
Property
http://ontextract.org/sco#hasWorkflowStructure
Class Hierarchy
- has workflow structure
Definition
Links semantic change detection to process design (prospective provenance).
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:hasWorkflowStructure a owl:ObjectProperty ;
rdfs:label "has workflow structure" ;
dcterms:bibliographicCitation "Missier et al. (2013). D-PROV workflow structure." ;
rdfs:comment "Links semantic change detection to process design (prospective provenance)." ;
rdfs:domain sco:SemanticChangeEvent ;
rdfs:range prov:Plan .