Template:Workflow: Difference between revisions

From MaRDI portal
T4 reidelbach (talk | contribs)
T4 reidelbach (talk | contribs)
No edit summary
Line 54: Line 54:
         ?url mdb:appliedByTask ?task.
         ?url mdb:appliedByTask ?task.
         ?task rdfs:label ?taskLabel.
         ?task rdfs:label ?taskLabel.
            # For items connected via containsInput (independent)
     {
     {
         ?task mdb:containsInput ?item .
         ?task mdb:containsInput ?itemIN .
         ?item rdfs:label ?itemLabel .
         ?itemIN rdfs:label ?itemLabel .
         BIND("independent" AS ?Type)
         BIND("independent" AS ?Type)
     }
     }
     UNION
     UNION
    # For items connected via containsOutput (dependent)
     {
     {
         ?task mdb:containsOutput ?item .
         ?task mdb:containsOutput ?itemOU .
         ?item rdfs:label ?itemLabel .
         ?itemOU rdfs:label ?itemLabel .
         BIND("dependent" AS ?Type)
         BIND("dependent" AS ?Type)
     }
     }

Revision as of 18:34, 29 October 2024


Available identifiers

Problem statement

Object of research and objective

Involved disciplines

    Model

    Variables

    Process information

    Process steps

    Applied methods

    Software used

    Hardware

    Input data

    Output data