Template:Workflow: Difference between revisions
From MaRDI portal
Line 450: | Line 450: | ||
?ExchangeFormat | ?ExchangeFormat | ||
?BinaryOrText | ?BinaryOrText | ||
?Proprietary | |||
WHERE { | WHERE { | ||
Line 500: | Line 501: | ||
# Binary or Text | # Binary or Text | ||
BIND(IF(EXISTS { ?inputID wdt:P31 wd:Q6480276 }, "binary", "text") AS ?BinaryOrText) | BIND(IF(EXISTS { ?inputID wdt:P31 wd:Q6480276 }, "binary", "text") AS ?BinaryOrText) | ||
# Proprietary | |||
BIND(IF(EXISTS { ?inputID wdt:P31 wd:Q6480367 }, "yes", IF(EXISTS { ?inputID wdt:P31 wd:Q6480313 }, "yes", "no" )) AS ?Proprietary) | |||
} | } | ||
} GROUP BY ?ID ?Name ?Size ?DataStructure ?ExchangeFormat ?BinaryOrText | } GROUP BY ?ID ?Name ?Size ?DataStructure ?ExchangeFormat ?BinaryOrText ?Proprietary | ||
| chart=bordercloud.visualization.DataTable | | chart=bordercloud.visualization.DataTable |
Revision as of 13:44, 11 December 2024