query-f56d8e8a19b5846e73ce3a439a855069
.Mastodon and Twitter); h/t Robert McNees on 9 December 2022 (the only result as of (Q11641)Grace Hopper . In tribute to on Mastodon and on TwitterOriginally posted
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
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". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?eponym"):::projected
v3("?microarchitecture"):::projected
v1("?warship"):::projected
a1((" "))
a2((" "))
c5(["wd:Q259864"]):::iri
c7(["bd:serviceParam"]):::iri
c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c3(["wd:Q3114762"]):::iri
v1 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c3
v1 --"wdt:P138"--> v2
v3 --"wdt:P31"--> a2
a2 --"wdt:P279"--> c5
v3 --"wdt:P138"--> v2
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end