User:YULdigitalpreservation/ScienceStories/MDYale

From Wikidata
Jump to navigation Jump to search

Women who got MD from Yale School of Medicine prior to 1969[edit]

The following query uses these:

  • Properties: educated at (P69)  View with Reasonator View with SQID, sex or gender (P21)  View with Reasonator View with SQID, academic degree (P512)  View with Reasonator View with SQID, end time (P582)  View with Reasonator View with SQID
    SELECT ?item ?label ?_image WHERE {
      ?item wdt:P69 wd:Q1961140.
      ?item p:P69 _:b0.
      _:b0 pq:P512 wd:Q913404.
      ?item p:P69 _:b1.
      _:b1 pq:P582 ?year.
      ?item wdt:P21 wd:Q6581072.
      SERVICE wikibase:label {
        bd:serviceParam wikibase:language "en".
        ?item rdfs:label ?label.
      }
    }