SPARQL Query: All instantiations of Organic Honey including materials used

Note: Click on a node in the graph to highlight its links to other nodes and get additional data. Use the orientation buttons at the top center edge of the window to see alternative layouts of the graph.



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:Graph
SELECT ?Organic_Honey ?Organic_HoneyLabel ?uses ?usesLabel 
WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?Organic_Honey wdt:P361 wd:Q95099146.
  ?Organic_Honey wdt:P2283 ?uses.
}
LIMIT 1000