Template:Workflow: Difference between revisions
From MaRDI portal
No edit summary |
No edit summary |
||
Line 56: | Line 56: | ||
?Task mdb:containsInput ?Input. | ?Task mdb:containsInput ?Input. | ||
?Input rdfs:label ?InputLabel. | ?Input rdfs:label ?InputLabel. | ||
?Task mdb:containsOutput ?Output. | ?Task mdb:containsOutput ?Output. | ||
?Output rdfs:label ?OutputLabel. | ?Output rdfs:label ?OutputLabel. | ||
BIND( | { | ||
# For items connected via containsInput | |||
?Task mdb:containsInput ?connectedItem . | |||
BIND("dependent" AS ?Type) | |||
} | |||
UNION | |||
{ | |||
# For items connected via containsOutput | |||
?Task mdb:containsOutput ?connectedItem . | |||
BIND("independent" AS ?Type) | |||
} | |||
} | } | ||
} | } |
Revision as of 16:43, 29 October 2024
Available identifiers
Problem statement
Object of research and objective
Involved disciplines
Model
Variables