MathModDB/Research problem
From MaRDI portal
List of research problem individuals
{{#sparql: SELECT ?Research_Problems WHERE {
?item wdt:P31 wd:Q6032837;
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/Research_problem:", STR(?qid), ">", STR(?Label), "</a>") AS ?Research_Problems)
} ORDER BY ASC(?Label) | endpoint= https://query.portal.mardi4nfdi.de/proxy/wdqs/bigdata/namespace/wdq/sparql | chart=bordercloud.visualization.DataTable | log=2 }}