MathModDB/Formula

From MaRDI portal

List of mathematical expressions individuals

{{#sparql: SELECT ?Mathematical_Formulations WHERE {

   ?item wdt:P31 wd:Q6481152;
         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/Formula:", STR(?qid), ">", STR(?Label), "</a>") AS ?Mathematical_Formulations)

} ORDER BY ASC(?Label) | endpoint= https://query.portal.mardi4nfdi.de/proxy/wdqs/bigdata/namespace/wdq/sparql | chart=bordercloud.visualization.DataTable | log=2 }}