User:YULdigitalpreservation/ScienceStories/researchFellowYale

Women who were research fellows at Yale prior to 1969

edit

The following query uses these:

  • Properties: affiliation (P1416)     , image (P18)     , subject has role (P2868)     
    SELECT ?item ?label ?_image WHERE {
    
      {?item wdt:P1416 wd:Q49112;
             p:P1416 [pq:P2868 wd:Q1706722]}
      UNION  {?item wdt:P1416 wd:Q49112;
             p:P1416 [pq:P2868 wd:Q1125292]}
      SERVICE wikibase:label {
    
        bd:serviceParam wikibase:language "en" . 
    
        ?item rdfs:label ?label
    
      }
    
      
    
    OPTIONAL { ?item wdt:P18 ?_image. }
    
    }