Template:Workflow: Difference between revisions
From MaRDI portal
No edit summary |
|||
Line 220: | Line 220: | ||
?Name | ?Name | ||
?Description | ?Description | ||
(GROUP_CONCAT(DISTINCT ?processorLink; separator=", ") AS ?Processor) | |||
(GROUP_CONCAT(DISTINCT ?core; separator=", ") AS ?NumberOfCores) | |||
WHERE { | WHERE { | ||
Line 240: | Line 242: | ||
FILTER (lang(?Description) = 'en') | FILTER (lang(?Description) = 'en') | ||
} | } | ||
# Get Processors(s) | |||
OPTIONAL { | |||
?hardwareID wdt:P1540 ?processorID. | |||
?processorID rdfs:label ?processorLabel. | |||
?processorID wdt:1565 ?cores. | |||
FILTER (lang(?processorLabel) = 'en') | |||
BIND(replace( xsd:string(?processorID), | |||
'https://portal.mardi4nfdi.de/entity/', | |||
'') as ?processorQID) | |||
BIND (CONCAT('<a href=\'/wiki/Item:',?procesorQID,'\'>',?processorLabel,'</a>') as ?processorLink) | |||
} | |||
} | } | ||
GROUP BY ?ID ?Name ?Description | GROUP BY ?ID ?Name ?Description | ||
| chart=bordercloud.visualization.DataTable | | chart=bordercloud.visualization.DataTable | ||
| options=width=100%! | | options=width=100%! |
Revision as of 08:55, 28 October 2024