SPARQL Query: Collaborators on Mirage and Organic Honey who are represented in the linked open data cloud beyond Wikidata
Note: Clicking on a colored field zooms in the treemap. Clicking on the text inside a colored field links to the item page in Wikidata.
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:TreeMap SELECT ?person ?personLabel ?propertyLabel WHERE { SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } ?person wdt:P1343 wd:Q91439317; wdt:P31 wd:Q5. ?property wikibase:propertyType wikibase:ExternalId . ?property wikibase:claim ?propertyclaim . ?person ?propertyclaim [] . } ORDER BY ?personLabel LIMIT 1000