MathModDB/Quantity: Difference between revisions
From MaRDI portal
| Line 12: | Line 12: | ||
<!-- BIND(CONCAT("<a href=", STR(?item), ">", STR(?Label) ,"</a>") as ?Quantities )--> | <!-- BIND(CONCAT("<a href=", STR(?item), ">", STR(?Label) ,"</a>") as ?Quantities )--> | ||
BIND(STRAFTER(STR(?item), "entity/") AS ?qid) | BIND(STRAFTER(STR(?item), "entity/") AS ?qid) | ||
BIND(CONCAT(" | BIND(CONCAT("https://portal.mardi4nfdi.de/wiki/Item:", STR(?qid)) as ?Quantities ) | ||
} | } | ||
| endpoint= https://query.portal.mardi4nfdi.de/proxy/wdqs/bigdata/namespace/wdq/sparql | | endpoint= https://query.portal.mardi4nfdi.de/proxy/wdqs/bigdata/namespace/wdq/sparql | ||