MathModDB/Research field: Difference between revisions

From MaRDI portal
TA4Shehu (talk | contribs)
Created page with "== List of research field individuals == <!-- Q60231 refers to academic discipline --> <!-- Q6534265 refers to MathModDB community --> {{#sparql: SELECT ?Research_Field_Individuals WHERE { ?item wdt:P31 wd:Q60231; wdt:P1495 wd:Q6534265 . ?item rdfs:label ?Label . FILTER(LANG(?Label) = "en") BIND(CONCAT("<a href=", STR(?item), ">", STR(?Label) ,"</a>") as ?Research_Field_Individuals) } | endpoint= https://query.portal.mardi4nfdi.de/proxy/wdqs/..."
 
TA4Shehu (talk | contribs)
Line 4: Line 4:
<!-- Q6534265 refers to MathModDB community -->
<!-- Q6534265 refers to MathModDB community -->
{{#sparql:
{{#sparql:
SELECT ?Research_Field_Individuals
SELECT ?Research_Fields
WHERE {
WHERE {
     ?item wdt:P31 wd:Q60231;
     ?item wdt:P31 wd:Q60231;
Line 10: Line 10:
     ?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 ?Research_Field_Individuals)
     BIND(CONCAT("<a href=", STR(?item),  ">", STR(?Label) ,"</a>") as ?Research_Fields)
}
}
| 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:25, 9 May 2025

List of research field individuals