MathModDB/Quantity: Difference between revisions

From MaRDI portal
Line 22: Line 22:
<!-- Q6534265 refers to MathModDB community -->
<!-- Q6534265 refers to MathModDB community -->
{{#sparql:  
{{#sparql:  
SELECT ?Quantity_Kind_Individuals
SELECT ?Quantity_Kinds
WHERE {
WHERE {
     ?item wdt:P31 wd:Q6534245;
     ?item wdt:P31 wd:Q6534245;
Line 28: Line 28:
     ?item rdfs:label ?Label .
     ?item rdfs:label ?Label .
     FILTER(LANG(?Label) = "en")
     FILTER(LANG(?Label) = "en")
     BIND(CONCAT("<a href=", STR(?item),  ">", STR(?Label) ,"</a>") as ?Quantity_Kind_Individuals )
     BIND(CONCAT("<a href=", STR(?item),  ">", STR(?Label) ,"</a>") as ?Quantity_Kinds )
}
}
| endpoint= https://query.portal.mardi4nfdi.de/proxy/wdqs/bigdata/namespace/wdq/sparql
| endpoint= https://query.portal.mardi4nfdi.de/proxy/wdqs/bigdata/namespace/wdq/sparql

Revision as of 13:27, 9 May 2025

List of quantity individuals

{{#sparql: SELECT ?Quantities 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 ?Quantities )

} | endpoint= https://query.portal.mardi4nfdi.de/proxy/wdqs/bigdata/namespace/wdq/sparql | chart=bordercloud.visualization.DataTable | log=2 }}

List of quantity kind individuals

{{#sparql: SELECT ?Quantity_Kinds WHERE {

   ?item wdt:P31 wd:Q6534245;
         wdt:P1495 wd:Q6534265 .
   ?item rdfs:label ?Label .
   FILTER(LANG(?Label) = "en")
    BIND(CONCAT("<a href=", STR(?item),  ">", STR(?Label) ,"</a>") as ?Quantity_Kinds )

} | endpoint= https://query.portal.mardi4nfdi.de/proxy/wdqs/bigdata/namespace/wdq/sparql | chart=bordercloud.visualization.DataTable | log=2 }}