query-54b49612366066607650019e4f4e920a

rq turtle/ttl

PropertiesNational Academy of Sciences member ID (P5380)educated at (P69)academic degree (P512)

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?id ?instLabel
WHERE 
{
  ?item wdt:P5380 ?id. 
  ?item p:P69 [
    ps:P69 ?inst;
    pq:P512 wd:Q752297].

  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("?id"):::projected v3("?inst") v1("?item"):::projected a1((" ")) c7(["bd:serviceParam"]):::iri c4(["wd:Q752297"]):::iri c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"p:direct/P5380"--> v2 a1 --"p:statement/P69"--> v3 a1 --"p:qualifier/P512"--> c4 v1 --"p:P69"--> a1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end