SPARQL Query: All instantiations of Organic Honey including parts (i.e. other artworks)
Note: Mouse over the bars in the chart to see the full metadata.
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:BarChart SELECT ?OrganicHoneyLabel ?has_partLabel ?object_has_roleLabel WHERE { SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } ?OrganicHoney wdt:P361 wd:Q95099146; p:P527 ?statement. ?statement ps:P527 ?has_part; pq:P3831 ?object_has_role. } LIMIT 1000