query-1752cd1654fd574e884655dee062130e

rq turtle/ttl

bots and mirror accountsWikidata:Project_chat/Archive/2022/11#ResPublicae.eu_mastodon_addressesSee also: ]reply[15:46, 14 November 2022 (UTC)) talk (Shisma as long as they are not directly controlled by the person/organisation. Other opinions? – deprecated: i think bots and mirrors should be OwenBlacker, ArthurPSmith, Pintoch@]reply[22:41, 16 November 2022 (UTC)) talk (PintochDeprecating makes sense to me. − ]reply[15:51, 16 November 2022 (UTC)) talk (Shisma account – their because it is not really deprecatedthats all good but I still think all those statements should be ]reply[07:52, 16 November 2022 (UTC)) talk (2le2im-bdc (Q12771) canton Vaud of (P4033)Mastodon address I try also to add a qualifier for a singular account : Shisma@ ]reply[20:22, 15 November 2022 (UTC)) talk (2le2im-bdc VIGNERON but we can certainly find something better. Poke @(Q115222325) respublicae.eu of (P126)maintained by of Shisma, I try to describe Main Instances in Wikdata, and I think we can find a property to indicate that a bot was behind in scope to exclude they of the queries after. I try toot, after the Shisma @OwenBlacker @ArthurPSmith @Pintoch@:: 2le2im-bdc, Pintoch@

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT * WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?item wdt:P4033 ?Mastodon_address.
  ?item p:P4033 ?stmt.
  FILTER regex(?Mastodon_address, "@respublicae.eu$")
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?Mastodon_address"):::projected v2("?item"):::projected v3("?stmt"):::projected c3(["bd:serviceParam"]):::iri c5(["#91;AUTO_LANGUAGE#93;,en"]):::literal f0[["regex(?Mastodon_address,'@respublicae.eu$')"]] f0 --> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c3 --"wikibase:language"--> c5 end v2 --"p:direct/P4033"--> v1 v2 --"p:P4033"--> v3