SPARQL Query: All instantiations of Organic Honey showing location along with contributors and their roles



Query:

To run this query yourself, copy and paste the code below in the gray box into the Wikidata Query Service. Click here for a tutorial and notes on how to modify this query or write your own!

 

Query source code:

#defaultView:Dimensions
SELECT ?artwork ?artworkLabel ?locationLabel ?contributorLabel ?roleLabel 
WHERE {
  ?artwork wdt:P1343 wd:Q91439317;
    wdt:P361 wd:Q95099146;
    p:P767 ?statement.
  ?statement ps:P767 ?contributor;
    pq:P3831 ?role.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
  OPTIONAL { ?artwork wdt:P276 ?location. }
}
ORDER BY (?artwork)