Template:Workflow: Difference between revisions
From MaRDI portal
No edit summary |
|||
Line 246: | Line 246: | ||
# Get Processors(s), Nodes and Cores | # Get Processors(s), Nodes and Cores | ||
OPTIONAL { | OPTIONAL { | ||
?hardwareID p:P1540 ? | ?hardwareID p:P1540 ?mainStatement2. | ||
? | ?mainStatement2 ps:P1540 ?processorID. | ||
?processorID rdfs:label ?processorLabel. | ?processorID rdfs:label ?processorLabel. | ||
?processorID wdt:P1565 ?cores. | ?processorID wdt:P1565 ?cores. | ||
Line 256: | Line 256: | ||
BIND (CONCAT('<a href=\'/wiki/Item:',?processorQID,'\'>',?processorLabel,'</a>') as ?processorLink) | BIND (CONCAT('<a href=\'/wiki/Item:',?processorQID,'\'>',?processorLabel,'</a>') as ?processorLink) | ||
# Get Number of Nodes | # Get Number of Nodes | ||
OPTIONAL { | |||
?mainStatement2 pq:P149 ?nodes. | |||
} | |||
} | } | ||
Revision as of 09:07, 28 October 2024