MathModDB/Quantity

From MaRDI portal
Revision as of 14:04, 28 April 2025 by TA4Shehu (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

List of quantity individuals

{{#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/namespace/wdq/sparql | chart=bordercloud.visualization.DataTable | log=2 }}


List of quantity kind individuals

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

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