SPARQL Query: All instantiations of Mirage and Organic Honeye floorplans (with links)



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:

SELECT ?artwork ?artworkLabel ?artworkDescription ?floorplan_reference 
WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?artwork wdt:P1343 wd:Q91439317;
    wdt:P31 wd:Q838948;
    wdt:P527 wd:Q18965;
    p:P527 _:b21.
  _:b21 prov:wasDerivedFrom _:b20.
  _:b20 pr:P854 ?floorplan_reference.
}
LIMIT 100