Template:Workflow: Difference between revisions
From MaRDI portal
Line 449: | Line 449: | ||
?DataStructure | ?DataStructure | ||
?ExchangeFormat | ?ExchangeFormat | ||
?BinaryOrText | |||
WHERE { | WHERE { | ||
Line 496: | Line 497: | ||
?inputID wdt:P921 ?ExchangeFormat | ?inputID wdt:P921 ?ExchangeFormat | ||
} | } | ||
# Binary or Text | |||
BIND(IF(EXISTS { ?inputID wdt:P31 wd:Q6480276 }, "binary", "text") AS ?BinaryOrText) | |||
} | } | ||
} GROUP BY ?ID ?Name ?Size ?DataStructure ?ExchangeFormat | } GROUP BY ?ID ?Name ?Size ?DataStructure ?ExchangeFormat ?BinaryOrText | ||
| chart=bordercloud.visualization.DataTable | | chart=bordercloud.visualization.DataTable |
Revision as of 13:31, 11 December 2024