|
|
| Line 1: |
Line 1: |
| == List of computational tasks individuals ==
| | {{#invoke:MathModDBHelperMethods|getList|Task}} |
| | |
| <!-- Q6534247 refers to computational task -->
| |
| <!-- Q6534265 refers to MathModDB community -->
| |
| {{#sparql: | |
| SELECT ?Computational_Tasks
| |
| WHERE {
| |
| ?item wdt:P31 wd:Q6534247;
| |
| wdt:P1495 wd:Q6534265 .
| |
| ?item rdfs:label ?Label .
| |
| FILTER(LANG(?Label) = "en")
| |
| BIND(STRAFTER(STR(?item), "entity/Q") AS ?qid)
| |
| BIND(CONCAT("<a href=https://portal.mardi4nfdi.de/wiki/Task:", STR(?qid), ">", STR(?Label), "</a>") AS ?Computational_Tasks)
| |
| }
| |
| ORDER BY ASC(?Label)
| |
| | endpoint= https://query.portal.mardi4nfdi.de/proxy/wdqs/bigdata/namespace/wdq/sparql | |
| | chart=bordercloud.visualization.DataTable | |
| | log=2
| |
| }} | |