MathModDB/Research problem: Difference between revisions

From MaRDI portal
TA4Shehu (talk | contribs)
Created page with "== List of research problem individuals == <!-- Q6032837 refers to research problem --> <!-- Q6534265 refers to MathModDB community --> {{#sparql: SELECT ?Research_Problem_Individuals WHERE { ?item wdt:P31 wd:Q6032837; wdt:P1495 wd:Q6534265 . ?item rdfs:label ?Label . FILTER(LANG(?Label) = "en") BIND(CONCAT("<a href=", STR(?item), ">", STR(?Label) ,"</a>") as ?Research_Problem_Individuals) } | endpoint= https://query.portal.mardi4nfdi.de/..."
 
TA4Shehu (talk | contribs)
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
<!-- Q6534265 refers to MathModDB community -->
<!-- Q6534265 refers to MathModDB community -->
{{#sparql:  
{{#sparql:  
SELECT ?Research_Problem_Individuals
SELECT ?Research_Problems
WHERE {
WHERE {
     ?item wdt:P31 wd:Q6032837;
     ?item wdt:P31 wd:Q6032837;
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 ?Research_Problem_Individuals)
    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
| endpoint= https://query.portal.mardi4nfdi.de/proxy/wdqs/bigdata/namespace/wdq/sparql
| chart=bordercloud.visualization.DataTable
| chart=bordercloud.visualization.DataTable
| log=2
| log=2
}}
}}

Latest revision as of 14:44, 24 June 2025

List of research problem individuals