Template:Workflow: Difference between revisions
From MaRDI portal
EloiFerrer (talk | contribs) No edit summary |
No edit summary |
||
Line 312: | Line 312: | ||
?Version | ?Version | ||
(GROUP_CONCAT(DISTINCT ?plLink; separator=", ") AS ?ProgrammingLanguage) | (GROUP_CONCAT(DISTINCT ?plLink; separator=", ") AS ?ProgrammingLanguage) | ||
(GROUP_CONCAT(DISTINCT ?dpLink; separator=", ") AS ?Dependencies) | |||
WHERE { | WHERE { | ||
Line 347: | Line 348: | ||
'') as ?plQID) | '') as ?plQID) | ||
BIND (CONCAT('<a href=\'/wiki/Item:',?plQID,'\'>',?plLabel,'</a>') as ?plLink) | BIND (CONCAT('<a href=\'/wiki/Item:',?plQID,'\'>',?plLabel,'</a>') as ?plLink) | ||
# Get Dependencies | |||
OPTIONAL { | |||
?softwareID wdt:P342 ?dpID. | |||
?dpID rdfs:label ?dpLabel. | |||
FILTER (lang(?dpLabel) = 'en') | |||
BIND(replace( xsd:string(?dpID), | |||
'https://portal.mardi4nfdi.de/entity/', | |||
'') as ?dpQID) | |||
BIND (CONCAT('<a href=\'/wiki/Item:',?dpQID,'\'>',?dpLabel,'</a>') as ?dpLink) | |||
} | } | ||
} | } |
Revision as of 20:49, 9 December 2024