Template:Workflow: Difference between revisions
From MaRDI portal
Line 451: | Line 451: | ||
?BinaryOrText | ?BinaryOrText | ||
?Proprietary | ?Proprietary | ||
?toPublish | |||
WHERE { | WHERE { | ||
Line 504: | Line 505: | ||
# Proprietary | # Proprietary | ||
BIND(IF(EXISTS { ?inputID wdt:P31 wd:Q6480367 }, "yes", IF(EXISTS { ?inputID wdt:P31 wd:Q6480313 }, "no", "" )) AS ?Proprietary) | BIND(IF(EXISTS { ?inputID wdt:P31 wd:Q6480367 }, "yes", IF(EXISTS { ?inputID wdt:P31 wd:Q6480313 }, "no", "" )) AS ?Proprietary) | ||
# Data Publishing | |||
BIND(IF(EXISTS { ?inputID wdt:P1563 wd:Q6480291 }, "yes", IF(EXISTS { ?inputID wdt:P1563 wd:Q6480291 }, "no", "" )) AS ?toPublish) | |||
} | } | ||
} GROUP BY ?ID ?Name ?Size ?DataStructure ?ExchangeFormat ?BinaryOrText ?Proprietary | } GROUP BY ?ID ?Name ?Size ?DataStructure ?ExchangeFormat ?BinaryOrText ?Proprietary ?toPublish | ||
| chart=bordercloud.visualization.DataTable | | chart=bordercloud.visualization.DataTable |
Revision as of 09:24, 12 December 2024