MathModDB/Model: Difference between revisions
From MaRDI portal
No edit summary |
|||
| Line 4: | Line 4: | ||
<!-- Q6534265 refers to MathModDB community --> | <!-- Q6534265 refers to MathModDB community --> | ||
{{#sparql: | {{#sparql: | ||
SELECT ? | SELECT ?Mathematical_Models | ||
WHERE { | WHERE { | ||
?item wdt:P31 wd:Q68663; | ?item wdt:P31 wd:Q68663; | ||
| 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 ?Mathematical_Models) | ||
} | } | ||
| endpoint= https://query.portal.mardi4nfdi.de/proxy/wdqs/bigdata/namespace/wdq/sparql | | endpoint= https://query.portal.mardi4nfdi.de/proxy/wdqs/bigdata/namespace/wdq/sparql | ||