Template:Workflow: Difference between revisions
From MaRDI portal
No edit summary Tag: Manual revert |
No edit summary |
||
Line 165: | Line 165: | ||
=== Software used === | === Software used === | ||
{{#sparql: | |||
SELECT ?ID | |||
?Name | |||
?Description | |||
WHERE { | |||
# Get Software Label and Description | |||
wd:{{#invoke:Wd|label|raw|}} p:P557 ?mainStatement. | |||
?mainStatement ps:P557 ?softwareID. | |||
?softwareID wdt:P1460 wd:Q5976450. | |||
?softwareID rdfs:label ?NameLabel. | |||
FILTER (lang(?NameLabel) = 'en') | |||
BIND(replace( xsd:string(?softwareID), | |||
'https://portal.mardi4nfdi.de/entity/', | |||
'') as ?qid) | |||
BIND (CONCAT('mardi:','<a href=\'/wiki/Item:',?qid,'\'>',?qid,'</a>') as ?ID) | |||
BIND (CONCAT('<a href=\'/wiki/Item:',?qid,'\'>',?NameLabel,'</a>') as ?Name) | |||
OPTIONAL { | |||
?softwareID schema:description ?Description. | |||
FILTER (lang(?Description) = 'en') | |||
} | |||
} | |||
| chart=bordercloud.visualization.DataTable | |||
| options=width=100%! | |||
}} | |||
=== Hardware === | === Hardware === |
Revision as of 07:46, 28 October 2024