Template:Workflow: Difference between revisions
From MaRDI portal
No edit summary |
No edit summary |
||
Line 171: | Line 171: | ||
?Description | ?Description | ||
?Version | ?Version | ||
(GROUP_CONCAT(DISTINCT ?plLink; separator=", ") AS ?ProgrammingLanguage) | |||
WHERE { | WHERE { | ||
Line 196: | Line 197: | ||
?mainStatement pq:P132 ?Version. | ?mainStatement pq:P132 ?Version. | ||
} | } | ||
# Get Programming Language | |||
OPTIONAL { | |||
?softwareID wdt:P114 ?plID. | |||
?plID rdfs:label ?plLabel. | |||
FILTER (lang(?plLabel) = 'en') | |||
BIND(replace( xsd:string(?plID), | |||
'https://portal.mardi4nfdi.de/entity/', | |||
'') as ?plQID) | |||
BIND (CONCAT('<a href=\'/wiki/Item:',?plQID,'\'>',?plLabel,'</a>') as ?plLink) | |||
} | |||
} | } | ||
GROUP BY ?ID ?Name ?Description ?Version | |||
| chart=bordercloud.visualization.DataTable | | chart=bordercloud.visualization.DataTable | ||
| options=width=100%! | | options=width=100%! |
Revision as of 08:24, 28 October 2024