Template:Workflow: Difference between revisions
From MaRDI portal
Line 313: | Line 313: | ||
(GROUP_CONCAT(DISTINCT ?plLink; separator=", ") AS ?ProgrammingLanguage) | (GROUP_CONCAT(DISTINCT ?plLink; separator=", ") AS ?ProgrammingLanguage) | ||
(GROUP_CONCAT(DISTINCT ?dpLink; separator=", ") AS ?Dependencies) | (GROUP_CONCAT(DISTINCT ?dpLink; separator=", ") AS ?Dependencies) | ||
?Versioned | |||
WHERE { | WHERE { | ||
Line 359: | Line 360: | ||
BIND (CONCAT('<a href=\'/wiki/Item:',?dpQID,'\'>',?dpLabel,'</a>') as ?dpLink) | BIND (CONCAT('<a href=\'/wiki/Item:',?dpQID,'\'>',?dpLabel,'</a>') as ?dpLink) | ||
} | } | ||
# Versioned | |||
IF(BOUND(?Version), "yes", "no") as ?Versioned | |||
} | } | ||
GROUP BY ?ID ?Name ?Description ?Version | GROUP BY ?ID ?Name ?Description ?Version |
Revision as of 21:09, 9 December 2024