Template:Workflow: Difference between revisions
From MaRDI portal
Line 315: | Line 315: | ||
?versioned | ?versioned | ||
?published | ?published | ||
?documented | |||
WHERE { | WHERE { | ||
Line 370: | Line 371: | ||
} | } | ||
BIND (IF(BOUND(?srcREPO), CONCAT('<a href="', STR(?srcREPO), '">Yes</a>'), "No") AS ?published) | BIND (IF(BOUND(?srcREPO), CONCAT('<a href="', STR(?srcREPO), '">Yes</a>'), "No") AS ?published) | ||
# Documented | |||
OPTIONAL { | |||
?softwareID wdt:P340 ?docu. | |||
} | |||
BIND (IF(BOUND(?docu), CONCAT('<a href="', STR(?docu), '">Yes</a>'), "No") AS ?documented) | |||
} | } | ||
GROUP BY ?ID ?Name ?Description ?Version ?versioned ?published | GROUP BY ?ID ?Name ?Description ?Version ?versioned ?published ?documented | ||
| chart=bordercloud.visualization.DataTable | | chart=bordercloud.visualization.DataTable | ||
| options=width=100%! | | options=width=100%! |
Revision as of 11:29, 10 December 2024