Template:Workflow: Difference between revisions
From MaRDI portal
Line 740: | Line 740: | ||
# Transferability | # Transferability | ||
OPTIONAL { | OPTIONAL { | ||
wd:{{#invoke:Wd|label|raw|}} p:P31 ?trans_statement. | wd:{{#invoke:Wd|label|raw|}} p:P31 ?trans_statement. | ||
?trans_statement ps:P31 wd:Q6534215. | ?trans_statement ps:P31 wd:Q6534215. | ||
BIND("Yes" AS ? | BIND("Yes" AS ?trans_hasTriple) | ||
OPTIONAL { | OPTIONAL { | ||
?trans_statement pq:P8 ?trans_text. | ?trans_statement pq:P8 ?trans_text. | ||
BIND(CONCAT("Yes: ", GROUP_CONCAT(DISTINCT STR(? | BIND(CONCAT("Yes: ", GROUP_CONCAT(DISTINCT STR(?trans_text); separator=", ")) AS ?trans_result) | ||
} | } | ||
} | } | ||
BIND(IF(BOUND(? | BIND(IF(BOUND(?trans_result), ?trans_result, IF(BOUND(?trans_hasTriple), "Yes", "No")) AS ?Transferability) | ||
} | } | ||
GROUP BY ?math_result ?run_result ?res_result ?plat_result?xplat_result ?Transferability | GROUP BY ?math_result ?run_result ?res_result ?plat_result?xplat_result ?Transferability |
Revision as of 14:15, 16 December 2024