Template:Workflow: Difference between revisions
From MaRDI portal
| Line 397: | Line 397: | ||
(GROUP_CONCAT(DISTINCT ?nodes; separator=", ") AS ?Node_Number) | (GROUP_CONCAT(DISTINCT ?nodes; separator=", ") AS ?Node_Number) | ||
(GROUP_CONCAT(DISTINCT ?cores; separator=", ") AS ?Core_Number) | (GROUP_CONCAT(DISTINCT ?cores; separator=", ") AS ?Core_Number) | ||
(GROUP_CONCAT(DISTINCT ?softwareLink; separator=", ") AS ?Software) | |||
WHERE { | WHERE { | ||
| Line 434: | Line 435: | ||
} | } | ||
} | } | ||
OPTIONAL { | |||
wd:{{#invoke:Wd|label|raw|}} p:P557 ?softwareStatement. | |||
?softwareStatement ps:P557 ?softwareID; | |||
pq:P557 ?hardwareID. | |||
?softwareID rdfs:label ?softwareLabel. | |||
FILTER (lang(?softwareLabel) = 'en') | |||
BIND(replace( xsd:string(?softwareID), | |||
'https://portal.mardi4nfdi.de/entity/', | |||
'') as ?softwareQID) | |||
BIND (CONCAT('<a href=\'/wiki/Item:',?softwareQID,'\'>',?softwareLabel,'</a>') as ?softwareLink) | |||
} | } | ||
Revision as of 20:13, 20 March 2025