@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .

fabio:Workflow a owl:Class ;
    rdfs:label "workflow"@en ;
    vann:example """
        :my-workflow
                datacite:hasGeneralResourceType fabio:Workflow .
        """ ;
    vaem:rationale """
This is used as a controlled term to specify a given general resource type ("Workflow").
        """@en ;
    rdfs:comment "A recorded sequence of connected steps, which may be automated, specifying a reliably repeatable sequence of operations to be undertaken when conducting a particular job, for example an in silico investigation that extracts and processes information from a number of bioinformatics databases."@en ;
    rdfs:isDefinedBy fabio: ;
    rdfs:subClassOf fabio:Specification ;
    vs:term_status reg:statusStable .

