MathModDB/Task
From MaRDI portal
List of computational tasks individuals
{{#sparql: SELECT ?Computational_Task_Individuals WHERE {
?item wdt:P31 wd:Q6534247;
wdt:P1495 wd:Q6534265 .
?item rdfs:label ?Label .
FILTER(LANG(?Label) = "en")
BIND(CONCAT("<a href=", STR(?item), ">", STR(?Label) ,"</a>") as ?Computational_Task_Individuals)
} | endpoint= https://query.portal.mardi4nfdi.de/proxy/wdqs/bigdata/namespace/wdq/sparql | chart=bordercloud.visualization.DataTable | log=2 }}