User:Voism/sandbox2
Appearance
This list is automatically generated from data in Wikidata and is periodically updated by Listeriabot.
Edits made within the list area will be removed on the next update!
∑ 56 items.
End of auto-generated list.
This list is automatically generated from data in Wikidata and is periodically updated by Listeriabot.
Edits made within the list area will be removed on the next update!
∑ 36 items.
End of auto-generated list.
This list is automatically generated from data in Wikidata and is periodically updated by Listeriabot.
Edits made within the list area will be removed on the next update!
∑ 56 items.
End of auto-generated list.
#Paintings by Rembrandt in the Louvre or the Rijkmuseum SELECT DISTINCT ?item ?itemLabel ?itemDescription ?image ?collection WHERE { ?item wdt:P31 wd:Q3305213 ; # Get items that are instances of painting wdt:P170 wd:Q5598 ; # By creator Rembrandt wdt:P195/wdt:P361* ?collection . # That are in some collection # Only return results where 'collection' is either Rijkmuseum or Louvre FILTER ( ?collection = wd:Q190804 || ?collection = wd:Q19675 ) OPTIONAL { ?item wdt:P18 ?image } # Optionally with an image SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]" } }