Template:Workflow: Difference between revisions
From MaRDI portal
Line 500: | Line 500: | ||
# 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", IF(EXISTS { ?inputID wdt:P31 wd:Q6534207 }, "text", "-" )) AS ?BinaryOrText) | ||
# Proprietary | # Proprietary | ||
BIND(IF(EXISTS { ?inputID wdt:P31 wd:Q6480367 }, "yes", IF(EXISTS { ?inputID wdt:P31 wd:Q6480313 }, " | BIND(IF(EXISTS { ?inputID wdt:P31 wd:Q6480367 }, "yes", IF(EXISTS { ?inputID wdt:P31 wd:Q6480313 }, "no", "-" )) AS ?Proprietary) | ||
} | } |
Revision as of 13:57, 11 December 2024