MathModDB/Quantity: Difference between revisions
From MaRDI portal
| (8 intermediate revisions by the same user not shown) | |||
| Line 10: | Line 10: | ||
?item rdfs:label ?Label . | ?item rdfs:label ?Label . | ||
FILTER(LANG(?Label) = "en") | FILTER(LANG(?Label) = "en") | ||
BIND(STRAFTER(STR(?item), "entity/Q") AS ?qid) | |||
BIND(CONCAT("<a href=https://portal.mardi4nfdi.de/wiki/Quantity:", STR(?qid), ">", STR(?Label), "</a>") AS ?Quantities) | |||
} | } | ||
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 | ||
| Line 30: | Line 30: | ||
?item rdfs:label ?Label . | ?item rdfs:label ?Label . | ||
FILTER(LANG(?Label) = "en") | FILTER(LANG(?Label) = "en") | ||
BIND(STRAFTER(STR(?item), "entity/Q") AS ?qid) | |||
BIND(CONCAT("<a href=https://portal.mardi4nfdi.de/wiki/Quantity:", STR(?qid), ">", STR(?Label), "</a>") AS ?Quantity_Kinds) | |||
} | } | ||
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 | ||
}} | }} | ||