query-70ba0b3a25e11e1df4d8edbbf46a21a6

rq turtle/ttl

FILTER, museum (Q33506), collection or exhibition size (P1436)

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?element ?elementLabel ?taille WHERE {
  ?element wdt:P31/wdt:P279* wd:Q33506 ; wdt:P1436 ?taille .
  FILTER ( ?taille > 0 )
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
LIMIT 100

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?element"):::projected v1("?taille"):::projected a1((" ")) c4(["wd:Q33506"]):::iri c7(["bd:serviceParam"]):::iri c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal f0[["?taille > '0^^xsd:integer'"]] f0 --> v1 v2 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c4 v2 --"wdt:P1436"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end