User:TweetsFactsAndQueries/Queries/people who have both warships and microarchitectures named after them

From Wikidata
Jump to navigation Jump to search

Originally posted on Twitter and on Mastodon. In tribute to Grace Hopper (Q11641) (the only result as of ); h/t Robert McNees on Twitter and Mastodon.

SELECT DISTINCT ?eponym ?eponymLabel ?eponymDescription ?warship ?warshipLabel ?microarchitecture ?microarchitectureLabel WHERE {
  ?warship wdt:P31/wdt:P279* wd:Q3114762;
           wdt:P138 ?eponym.
  ?microarchitecture wdt:P31/wdt:P279* wd:Q259864;
                     wdt:P138 ?eponym.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Try it!