Template:Workflow: Difference between revisions
From MaRDI portal
No edit summary |
|||
Line 55: | Line 55: | ||
?task rdfs:label ?taskLabel. | ?task rdfs:label ?taskLabel. | ||
{ | { | ||
?task mdb:containsInput ? | ?task mdb:containsInput ?itemX . | ||
? | ?itemX rdfs:label ?itemLabel . | ||
BIND("independent" AS ?Type) | BIND("independent" AS ?Type) | ||
} | } | ||
UNION | UNION | ||
{ | { | ||
?task mdb:containsOutput ? | ?task mdb:containsOutput ?itemX . | ||
? | ?itemX rdfs:label ?itemLabel . | ||
BIND("dependent" AS ?Type) | BIND("dependent" AS ?Type) | ||
} | } |
Revision as of 18:37, 29 October 2024