query-819a0962253ef967beee2885a1a9dd30

rq turtle/ttl

Propertieseducated at (P69)instance of (P31)discoverer or inventor (P61)

Use at

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 ?alum ?alumLabel ?collegeLabel ?discovered ?discoveredLabel
WHERE {
    {?alum wdt:P69 wd:Q34433 }
UNION { { ?college wdt:P31 wd:Q2581649 } UNION { ?college wdt:P31 wd:Q3338504 }
        ?alum wdt:P69 ?college }
        ?discovered wdt:P61 ?alum
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en" }
} ORDER BY ASC( ?alumLabel )

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?alum"):::projected v1("?alumLabel"):::projected v3("?college") v4("?discovered"):::projected c8(["bd:serviceParam"]):::iri c5(["wd:Q3338504"]):::iri c2(["wd:Q34433"]):::iri c10(["#91;AUTO_LANGUAGE#93;,mul,en"]):::literal c4(["wd:Q2581649"]):::iri subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; subgraph union1[" Union "] subgraph union1l[" "] style union1l fill:#abf,stroke-dasharray: 3 3; v3 --"wdt:P31"--> c5 end subgraph union1r[" "] style union1r fill:#abf,stroke-dasharray: 3 3; v3 --"wdt:P31"--> c4 end union1r <== or ==> union1l end v2 --"wdt:P69"--> v3 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v2 --"wdt:P69"--> c2 end union0r <== or ==> union0l end v4 --"wdt:P61"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c8 --"wikibase:language"--> c10 end