MathModDB/Model: Difference between revisions

From MaRDI portal
TA4Shehu (talk | contribs)
TA4Shehu (talk | contribs)
 
(One intermediate revision by the same user not shown)
Line 13: Line 13:
     BIND(CONCAT("<a href=https://portal.mardi4nfdi.de/wiki/Model:", STR(?qid), ">", STR(?Label), "</a>") AS ?Mathematical_Models)
     BIND(CONCAT("<a href=https://portal.mardi4nfdi.de/wiki/Model:", STR(?qid), ">", STR(?Label), "</a>") AS ?Mathematical_Models)
}
}
ORDER BY ASC(?name)
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:42, 24 June 2025

List of mathematical model individuals

{{#sparql: SELECT ?Mathematical_Models WHERE {

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

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