query-0ce3afa7c2796fb1d8a87a9e311560c4

rq turtle/ttl

الرسامون المتعلقون بأعمال مجهولة Painters related to anonymous works Painters related to anonymous works Malíři související s anonymními díly Painters related to anonymous works Painters related to anonymous works Painters related to anonymous works Painters related to anonymous works Painters related to anonymous works Painters related to anonymous works Painters related to anonymous works Peintres liés à des œuvres anonymes Painters related to anonymous works Painters related to anonymous works Painters related to anonymous works Pittori legati a opere anonime Painters related to anonymous works Painters related to anonymous works Painters related to anonymous works Painters related to anonymous works Painters related to anonymous works Schilders gerelateerd aan anonieme werken Painters related to anonymous works Painters related to anonymous works Painters related to anonymous works Художники, связанные с анонимными работами Painters related to anonymous works Målare relaterade med anonyma verk Painters related to anonymous works Painters related to anonymous works Painters related to anonymous works Painters related to anonymous works 与匿名作品有关的画家

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#Paintings by anonymous painters, but are related to some other painter
#defaultView:BubbleChart
SELECT ?creatorqualifierLabel (COUNT(?creatorqualifier) AS ?count) WHERE {
  ?item wdt:P31 wd:Q3305213 .
  ?item wdt:P170 wd:Q4233718 .
  OPTIONAL { ?item p:P170 ?creatorstatement .
             ?creatorstatement rdf:type wikibase:BestRank .
             ?creatorstatement ?qualifier ?creatorqualifier .
             ?qualifierproperty wikibase:qualifier ?qualifier }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
  } GROUP BY ?creatorqualifierLabel
HAVING (?count > 2)
LIMIT 20000

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v7("?count") v5("?creatorqualifier"):::projected v3("?creatorstatement") v2("?item") v4("?qualifier") v6("?qualifierproperty") c5(["wd:Q4233718"]):::iri c8(["wikibase:BestRank"]):::iri c13(["en"]):::literal c3(["wd:Q3305213"]):::iri c11(["bd:serviceParam"]):::iri f0[["?count > '2^^xsd:integer'"]] f0 --> v7 v2 --"p:direct/P31"--> c3 v2 --"p:direct/P170"--> c5 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."p:P170".-> v3 v3 --"a"--> c8 v3 -->v4--> v5 v6 --"wikibase:qualifier"--> v4 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c11 --"wikibase:language"--> c13 end bind2[/"count(?creatorqualifier)"/] v5 --o bind2 bind2 --as--o v7