User:Daniel/Queries/Prefixes: Difference between revisions
From MaRDI portal
< User:Daniel | Queries
Line 46: | Line 46: | ||
** [https://query.linkedopendata.eu/#SELECT%20DISTINCT%20%3Fitem%20%3FitemLabel%20%3Fsummary%20%3Fstart%20%3Fend%20%3FcountryLabel%20%3FNUTSRegionLabel%20%3FobjectiveLabel%20%3FIDpropertyLabel%20%3FIDvalue%20%20WHERE%20%7B%0A%20%20SERVICE%20bd%3Asample%20%7B%20%3Fitem%20wdt%3AP836%20%3Fsummary%20.%20bd%3AserviceParam%20bd%3Asample.limit%2050000%20%7D%0A%20%20FILTER%20REGEX%28LCASE%28%3Fsummary%29%2C%20%22%5C%5Cbmath%28%28s%3F%29%5C%5Cb%7Cemat%29%22%29%0A%23%20%20%20%3Fitem%20wdt%3AP20%20%3Fstart%20.%0A%23%20%20%20%3Fitem%20wdt%3AP33%20%3Fend%20.%0A%23%20%20%20%3Fitem%20wdt%3AP32%20%3Fcountry%20.%0A%23%20%20%20%3Fitem%20wdt%3AP1845%20%3FNUTSRegion%20.%0A%23%20%20%20%3Fitem%20wdt%3AP1848%20%3Fobjective%20.%0A%20%20%0A%23%20%20%20%3FIDproperty%20a%20wikibase%3AProperty%3B%0A%23%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wikibase%3Aclaim%20%3Fp.%0A%23%20%20%20%3FIDproperty%20wikibase%3ApropertyType%20wikibase%3AExternalId%20.%0A%23%20%20%20%3Fitem%20%3Fp%20%3Fstatement%20.%0A%23%20%20%20%3Fstatement%20wikibase%3Arank%20%3Frank%20.%0A%23%20%20%20%3Fstatement%20%3Fps%20%3Fdbvalue%20.%0A%23%20%20%20FILTER%20%28%21REGEX%28%3Fdbvalue%2C%20%22%3A%22%29%29%0A%23%20%0A%23%20%20%20BIND%28COALESCE%28IF%28wikibase%3AisSomeValue%28%3Fdbvalue%29%2C%20%22unknown%22%2C%20%22concrete%22%29%2C%20%22novalue%22%29%20AS%20%3Fsnaktype%29%0A%23%20%20%20BIND%28IF%28wikibase%3AisSomeValue%28%3Fdbvalue%29%2C%20%22%22%2C%20%3Fdbvalue%29%20AS%20%3FIDvalue%29%0A%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22%5BAUTO_LANGUAGE%5D%2Cen%22.%20%7D%0A%7D%0ALIMIT%201000 summaries containing math*] | ** [https://query.linkedopendata.eu/#SELECT%20DISTINCT%20%3Fitem%20%3FitemLabel%20%3Fsummary%20%3Fstart%20%3Fend%20%3FcountryLabel%20%3FNUTSRegionLabel%20%3FobjectiveLabel%20%3FIDpropertyLabel%20%3FIDvalue%20%20WHERE%20%7B%0A%20%20SERVICE%20bd%3Asample%20%7B%20%3Fitem%20wdt%3AP836%20%3Fsummary%20.%20bd%3AserviceParam%20bd%3Asample.limit%2050000%20%7D%0A%20%20FILTER%20REGEX%28LCASE%28%3Fsummary%29%2C%20%22%5C%5Cbmath%28%28s%3F%29%5C%5Cb%7Cemat%29%22%29%0A%23%20%20%20%3Fitem%20wdt%3AP20%20%3Fstart%20.%0A%23%20%20%20%3Fitem%20wdt%3AP33%20%3Fend%20.%0A%23%20%20%20%3Fitem%20wdt%3AP32%20%3Fcountry%20.%0A%23%20%20%20%3Fitem%20wdt%3AP1845%20%3FNUTSRegion%20.%0A%23%20%20%20%3Fitem%20wdt%3AP1848%20%3Fobjective%20.%0A%20%20%0A%23%20%20%20%3FIDproperty%20a%20wikibase%3AProperty%3B%0A%23%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wikibase%3Aclaim%20%3Fp.%0A%23%20%20%20%3FIDproperty%20wikibase%3ApropertyType%20wikibase%3AExternalId%20.%0A%23%20%20%20%3Fitem%20%3Fp%20%3Fstatement%20.%0A%23%20%20%20%3Fstatement%20wikibase%3Arank%20%3Frank%20.%0A%23%20%20%20%3Fstatement%20%3Fps%20%3Fdbvalue%20.%0A%23%20%20%20FILTER%20%28%21REGEX%28%3Fdbvalue%2C%20%22%3A%22%29%29%0A%23%20%0A%23%20%20%20BIND%28COALESCE%28IF%28wikibase%3AisSomeValue%28%3Fdbvalue%29%2C%20%22unknown%22%2C%20%22concrete%22%29%2C%20%22novalue%22%29%20AS%20%3Fsnaktype%29%0A%23%20%20%20BIND%28IF%28wikibase%3AisSomeValue%28%3Fdbvalue%29%2C%20%22%22%2C%20%3Fdbvalue%29%20AS%20%3FIDvalue%29%0A%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22%5BAUTO_LANGUAGE%5D%2Cen%22.%20%7D%0A%7D%0ALIMIT%201000 summaries containing math*] | ||
** [https://query.linkedopendata.eu/#SELECT%20DISTINCT%20%3Fclass%20%3FclassLabel%20%28COUNT%28%2a%29%20AS%20%3Fcount%29%20%20WHERE%20%7B%0A%20%20%3Fitem%20wdt%3AP1%20%3FWikidataID%20%3B%0A%20%20%20%20%20%20%20%20wdt%3AP35%20%3Fclass%20.%0A%20%20%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22%5BAUTO_LANGUAGE%5D%2Cen%22.%20%7D%0A%0A%7D%0AGROUP%20BY%20%3Fclass%20%3FclassLabel%0AORDER%20BY%20DESC%28%3Fcount%29%0A Common classes of items with Wikidata identifiers] | ** [https://query.linkedopendata.eu/#SELECT%20DISTINCT%20%3Fclass%20%3FclassLabel%20%28COUNT%28%2a%29%20AS%20%3Fcount%29%20%20WHERE%20%7B%0A%20%20%3Fitem%20wdt%3AP1%20%3FWikidataID%20%3B%0A%20%20%20%20%20%20%20%20wdt%3AP35%20%3Fclass%20.%0A%20%20%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22%5BAUTO_LANGUAGE%5D%2Cen%22.%20%7D%0A%0A%7D%0AGROUP%20BY%20%3Fclass%20%3FclassLabel%0AORDER%20BY%20DESC%28%3Fcount%29%0A Common classes of items with Wikidata identifiers] | ||
** Example issue: [https://linkedopendata.eu/wiki/Item:Q4431747 tetrade] should be tagged as [https://linkedopendata.eu/wiki/Item:Q6921809 mathematical concept] but has an "exact match" for a [http://publications.europa.eu/resource/authority/corporate-body/G4 political meaning of the term] | |||
== See also == | == See also == | ||
* [https://w.wiki/Az$h List of SPARQL endpoints known to Wikidata] | * [https://w.wiki/Az$h List of SPARQL endpoints known to Wikidata] |
Revision as of 03:04, 5 November 2024
About
This page collects information regarding prefixes used in SPARQL queries, with special attention to federated queries.
MaRDI portal default settings
Prefixes for other endpoints
- EU Knowledge Graph:
- summaries containing math*
- Common classes of items with Wikidata identifiers
- Example issue: tetrade should be tagged as mathematical concept but has an "exact match" for a political meaning of the term