MathModDB/Quantity: Difference between revisions
From MaRDI portal
Created page with "== List of quantity individuals == <!-- Q6534237 refers to quantity --> <!-- Q6534265 refers to MathModDB community --> {{#sparql: SELECT ?Quantity_Individuals WHERE { ?item wdt:P31 wd:Q6534237; wdt:P1495 wd:Q6534265 . ?item rdfs:label ?Label . FILTER(LANG(?Label) = "en") BIND(CONCAT("<a href=", STR(?item), ">", STR(?Label) ,"</a>") as ?Quantity_Individuals ) } | endpoint= https://query.portal.mardi4nfdi.de/proxy/wdqs/bigdata/nam..." |
|||
| (26 intermediate revisions by the same user not shown) | |||
| Line 4: | Line 4: | ||
<!-- Q6534265 refers to MathModDB community --> | <!-- Q6534265 refers to MathModDB community --> | ||
{{#sparql: | {{#sparql: | ||
SELECT ? | SELECT ?Quantities | ||
WHERE { | WHERE { | ||
?item wdt:P31 wd:Q6534237; | ?item wdt:P31 wd:Q6534237; | ||
| 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 | ||
| log=2 | | log=2 | ||
}} | }} | ||
== List of quantity kind individuals == | == List of quantity kind individuals == | ||
| Line 23: | Line 24: | ||
<!-- Q6534265 refers to MathModDB community --> | <!-- Q6534265 refers to MathModDB community --> | ||
{{#sparql: | {{#sparql: | ||
SELECT ? | SELECT ?Quantity_Kinds | ||
WHERE { | WHERE { | ||
?item wdt:P31 wd:Q6534245; | ?item wdt:P31 wd:Q6534245; | ||
| Line 29: | 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 | ||
}} | }} | ||