MathModDB/Task: Difference between revisions
From MaRDI portal
Created page with "== List of computational tasks individuals == <!-- Q6534247 refers to computational task --> <!-- Q6534265 refers to MathModDB community --> {{#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.mardi4nf..." |
|||
| Line 4: | Line 4: | ||
<!-- Q6534265 refers to MathModDB community --> | <!-- Q6534265 refers to MathModDB community --> | ||
{{#sparql: | {{#sparql: | ||
SELECT ? | SELECT ?Computational_Tasks | ||
WHERE { | WHERE { | ||
?item wdt:P31 wd:Q6534247; | ?item wdt:P31 wd:Q6534247; | ||
| Line 10: | Line 10: | ||
?item rdfs:label ?Label . | ?item rdfs:label ?Label . | ||
FILTER(LANG(?Label) = "en") | FILTER(LANG(?Label) = "en") | ||
BIND(CONCAT("<a href=", STR(?item), ">", STR(?Label) ,"</a>") as ? | BIND(CONCAT("<a href=", STR(?item), ">", STR(?Label) ,"</a>") as ?Computational_Tasks) | ||
} | } | ||
| endpoint= https://query.portal.mardi4nfdi.de/proxy/wdqs/bigdata/namespace/wdq/sparql | | endpoint= https://query.portal.mardi4nfdi.de/proxy/wdqs/bigdata/namespace/wdq/sparql | ||
Revision as of 13:26, 9 May 2025
List of computational tasks individuals
{{#sparql: SELECT ?Computational_Tasks 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_Tasks)
} | endpoint= https://query.portal.mardi4nfdi.de/proxy/wdqs/bigdata/namespace/wdq/sparql | chart=bordercloud.visualization.DataTable | log=2 }}