User:Daniel/Queries/Prefixes: Difference between revisions
From MaRDI portal
< User:Daniel | Queries
Line 18: | Line 18: | ||
| DBLP || [https://sparql.dblp.org/ https://sparql.dblp.org/] || [https://sparql.dblp.org/?query=%23%23+Most+cited+authors+in+dblp%0APREFIX+dblp%3A+%3Chttps%3A%2F%2Fdblp.org%2Frdf%2Fschema%23%3E%0APREFIX+cito%3A+%3Chttp%3A%2F%2Fpurl.org%2Fspar%2Fcito%2F%3E%0APREFIX+rdfs%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23%3E%0ASELECT+%3Fauthor+%3Fname+%28SUM%28%3Fcount_cite%29+as+%3Fcites%29+WHERE+%7B%0A++%7B+SELECT+%3Fpubl+%28COUNT%28DISTINCT+%3Fcite%29+as+%3Fcount_cite%29+WHERE+%7B+%0A++++%3Fpubl+dblp%3Aomid+%3Fomid+.%0A++++%3Fcite+cito%3AhasCitedEntity+%3Fomid+.%0A++%7D+GROUP+BY+%3Fpubl+%7D%0A++%3Fpubl+dblp%3AauthoredBy+%3Fauthor+.%0A++%3Fauthor+rdfs%3Alabel+%3Fname+.%0A%7D%0AGROUP+BY+%3Fauthor+%3Fname%0AORDER+BY+DESC%28%3Fcites%29%0ALIMIT+10 Most cited authors in DBLP] || || || || | | DBLP || [https://sparql.dblp.org/ https://sparql.dblp.org/] || [https://sparql.dblp.org/?query=%23%23+Most+cited+authors+in+dblp%0APREFIX+dblp%3A+%3Chttps%3A%2F%2Fdblp.org%2Frdf%2Fschema%23%3E%0APREFIX+cito%3A+%3Chttp%3A%2F%2Fpurl.org%2Fspar%2Fcito%2F%3E%0APREFIX+rdfs%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23%3E%0ASELECT+%3Fauthor+%3Fname+%28SUM%28%3Fcount_cite%29+as+%3Fcites%29+WHERE+%7B%0A++%7B+SELECT+%3Fpubl+%28COUNT%28DISTINCT+%3Fcite%29+as+%3Fcount_cite%29+WHERE+%7B+%0A++++%3Fpubl+dblp%3Aomid+%3Fomid+.%0A++++%3Fcite+cito%3AhasCitedEntity+%3Fomid+.%0A++%7D+GROUP+BY+%3Fpubl+%7D%0A++%3Fpubl+dblp%3AauthoredBy+%3Fauthor+.%0A++%3Fauthor+rdfs%3Alabel+%3Fname+.%0A%7D%0AGROUP+BY+%3Fauthor+%3Fname%0AORDER+BY+DESC%28%3Fcites%29%0ALIMIT+10 Most cited authors in DBLP] || || || || | ||
|- | |- | ||
| FactGrid || [https://database.factgrid.de/sparql https://database.factgrid.de/sparql] || [https://database.factgrid.de/query/#%23defaultView%3AMap%0ASELECT%20%3Fmathematician%20%3FmathematicianLabel%20%3FaddressLabel%20%3Fcoord%0AWHERE%20%0A%7B%0A%20%20% | | FactGrid || [https://database.factgrid.de/sparql https://database.factgrid.de/sparql] || [https://database.factgrid.de/query/#%23defaultView%3AMap%0ASELECT%20%3Fmathematician%20%3FmathematicianLabel%20%3FaddressLabel%20%3Fcoord%0AWHERE%20%0A%7B%0A%20%20%3Fmathematician%20wdt%3AP2%20wd%3AQ7%3B%0A%20%20%20%20%20%20%20%20wdt%3AP165%2Fwdt%3AP3%2a%20wd%3AQ152945%3B%0A%20%20%20%20%20%20%20%20wdt%3AP208%20%3Faddress.%0A%20%20%3Faddress%20wdt%3AP47%20wd%3AQ10441%3B%0A%20%20%20%20%20%20%20%20%20%20%20wdt%3AP48%20%3Fcoord.%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22%5BAUTO_LANGUAGE%5D%2Cen%22.%20%7D%20%0A%7D Map of mathematicians in Paris] || [https://query.portal.mardi4nfdi.de/#%23%20Prefix%20standard%20%0A%23%20Factgrid%0APREFIX%20fg%3A%20%3Chttps%3A%2F%2Fdatabase.factgrid.de%2Fentity%2F%3E%0APREFIX%20fgt%3A%20%3Chttps%3A%2F%2Fdatabase.factgrid.de%2Fprop%2Fdirect%2F%3E%0A%23%20%23%20Wikidata%0A%23%20PREFIX%20wdt%3A%20%3Chttp%3A%2F%2Fwww.wikidata.org%2Fprop%2Fdirect%2F%3E%0A%23%20PREFIX%20wd%3A%20%3Chttp%3A%2F%2Fwww.wikidata.org%2Fentity%2F%3E%0A%0APREFIX%20wikibase%3A%20%3Chttp%3A%2F%2Fwikiba.se%2Fontology%23%3E%0APREFIX%20bd%3A%20%3Chttp%3A%2F%2Fwww.bigdata.com%2Frdf%23%3E%0ASELECT%20DISTINCT%20%3Fp%20WHERE%20%7B%0A%20%20SERVICE%20%3Chttp%3A%2F%2Fdatabase.factgrid.de%2Fsparql%3E%20%7B%0A%20%20%20%20SELECT%20DISTINCT%20%3Fp%20WHERE%20%7B%0A%0A%3Fs%20%3Fp%20%3Fo%20%0A%20%20%20%7D%0A%20%20%20%7D%0A%20%20%20%20%20%20%20%20%7D%0A draft with error] (see [https://github.com/MaRDI4NFDI/portal-compose/issues/473 ticket] and [https://github.com/MaRDI4NFDI/wikibase-release-pipeline/blob/main/build/WDQS/whitelist.txt allowlist]) || || | ||
* [[Property:P316|FactGrid item ID (P316)]] | * [[Property:P316|FactGrid item ID (P316)]] | ||
* [[Property:P41| FactGrid property ID (P41) ]] | * [[Property:P41| FactGrid property ID (P41) ]] |
Revision as of 19:34, 27 May 2024
About
This page collects information regarding prefixes used in SPARQL queries, with special attention to federated queries.