openbiblio.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Der Einstieg in das Fediverse für Bibliotheksmenschen

Administered by:

Server stats:

656
active users

Alexander Winkler

Federation in the Query Service is impressively powerful: You can use the wealth of information contained in , combine it with structured metadata on Commons and retrieve media from Commons you'd hardly find otherwise.

For example:
- Find images for all monuments with a Bavarian monument authority ID in a certain administrative district (here Passau): w.wiki/9dba
- images of churches in Rome: w.wiki/9dbf

The query structure is rather straightforward and looks more or less like this:

SELECT DISTINCT * WITH {
SELECT DISTINCT * {
SERVICE <query.wikidata.org/sparql> {
WIKIDATA QUERY yielding a ?variableFromWikidataQuery
}
}} AS %results WHERE {
INCLUDE %results .
?image wdt:P180 ?variableFromWikidataQuery .
}