User:YULdigitalpreservation/ScienceStories

Dora Hoffleit

Science Stories: Using linked open data to explore the scientific research of women

edit

Centering women affiliated with Yale University in the years before undergraduate coeducation.

 
Grace Hopper
 
Maxine Singer


Project Description

edit

In honor of the 50th anniversary of undergraduate co-education at Yale, we are building a web application “Science Stories”. This project is focused on transforming metadata related to the publications, scientific specimens, and archival photographs, related to women who earned doctorates at Yale. We will transform metadata from heterogeneous sources into linked open data. We will use the linked open data to power the interactions within the web application. The application itself will allow users to explore the scientific lives of these women through images and descriptions, and will provide pathways back to Yale collections. We aim to increase visibility of scientific research performed by women scientists affiliated with Yale.

The scope of this project includes material related to women, and will involve metadata drawn from Yale University Library, Manuscripts and Archives, and Yale Peabody Museum. We will adopt the International Image Interoperability Framework (Q22682088) (IIIF) and publish the metadata in conformance with the IIIF specification. We will create additional linked open data via the Wikidata platform.

One source of inspiration for this project is the book The Door in the Dream: Conversations With Eminent Women in Science (Q42680943) by Elga Wasserman. This book, written in response to Wasserman’s experiences providing leadership during the transition to co-education at Yale, emphasizes how few women have been elected to the National Academy of Science. We hope to contextualize the work of Yale alumnae within larger conversations about women in science. We will write queries in the SPARQL query language to extract data from Wikidata that will be reused in the web application.

edit

Subpages

edit

Items named after our Scientists

edit

The following query uses these:

  • Properties: named after (P138)     
    SELECT ?item ?itemLabel ?scientist ?scientistLabel
    WHERE 
    {
      VALUES ?scientist {wd:Q11641 wd:Q7309 wd:Q5298518 wd:Q451538 wd:Q6376201} .
      ?item wdt:P138 ?scientist .
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

People who have won a science award that is named after a woman

edit

The following query uses these:

Women who have served on the National Science Board along with educational institutions

edit

The following query uses these:

  • Properties: sex or gender (P21)     , member of (P463)     , image (P18)     , educated at (P69)     
    SELECT DISTINCT ?item ?image ?itemLabel ?school ?schoolLabel ("00FFFF" AS ?rgb) WHERE {
      ?item wdt:P21 wd:Q6581072.
      ?item wdt:P463 wd:Q6978271.
      OPTIONAL { ?item wdt:P18 ?image. }
      ?item wdt:P69 ?school.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Scientific Articles that have a woman as the main subject

edit

The following query uses these:

  • Properties: instance of (P31)     , main subject (P921)     , sex or gender (P21)     
    SELECT ?article ?articleLabel ?person ?personLabel
    WHERE 
    {
      ?article wdt:P31 wd:Q13442814.
      ?article wdt:P921 ?person.
      ?person wdt:P31 wd:Q5.
      ?person wdt:P21 wd:Q6581072.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Variation that filters occupations to those that are subclasses of scientist

edit

The following query uses these:

Women who have won National Medial of Technology and Innovation

edit

The following query uses these:

Google Doodles honoring women scientists

edit

The following query uses these:

Women members of the Royal Society

edit

The following query uses these:

  • Properties: member of (P463)     , sex or gender (P21)     , image (P18)     
    SELECT ?item ?itemLabel ?image
    WHERE 
    {
      ?item wdt:P463 wd:Q123885.
      ?item wdt:P21 wd:Q6581072.
      OPTIONAL {?item wdt:P18 ?image.}
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Women who have an ACM author ID

edit

The following query uses these:

Women who have a DBLP author id

edit

The following query uses these:

  • Properties: sex or gender (P21)     , DBLP author ID (P2456)     
    SELECT ?item ?itemLabel ?acmID WHERE {
      ?item wdt:P21 wd:Q6581072.
      ?item wdt:P2456 ?acmID.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Women who have archival material at NARA

edit

The following query uses these:

Women scientists optional image material NARA

edit

The following query uses these:

Women who have a Biodiversity Heritage Library creator ID

edit

The following query uses these:

  • Properties: sex or gender (P21)     , BHL creator ID (P4081)     
    SELECT ?item ?itemLabel ?bhlID
    WHERE 
    {
      ?item wdt:P21 wd:Q6581072.
      ?item wdt:P4081 ?bhlID
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Scientific Illustrators and Institutional collections

edit

The following query uses these:

{{{query}}}

IIIF resources

edit
edit

occupations subclass of scientist

edit

The following query uses these:

IIIF manifests we may want to reuse

edit

Women who have a NAS Biographical Memoir

edit

Women whose occupations are subclasses of scientist who have a NYT person ID

edit

The following query uses these:

Women whose occupations are subclasses of scientist who have a ted tALK sPEAKER id

edit

The following query uses these:

Women whose occupations are instance of scientist or subclasses of scientist who have a Ted Talk speaker ID

edit

The following query uses these:

Women whose occupations are instance of scientist or subclasses of scientist who have a Ted Talk speaker ID with images

edit

The following query uses these:

Women occ scientist

edit

The following query uses these:

Women scientists with SNAC id

edit

The following query uses these:

Women w bio in Am Nat Bio

edit

The following query uses these:

Women in Harvard Index of Botanists

edit

The following query uses these:

Works that are avail on the web by women scientists

edit

The following query uses these:

Filtered to people who have passed

edit

The following query uses these:

Specific occupations

edit

The following query uses these:

  • Properties: sex or gender (P21)     , SNAC ARK ID (P3430)     , occupation (P106)     
    SELECT ?item ?itemLabel ?snacID 
    WHERE 
    {
      ?item wdt:P21 wd:Q6581072.
      ?item wdt:P3430 ?snacID.
      {?item wdt:P106 wd:Q901}
    
       UNION {?item wdt:P106 wd:Q169470} #physicist
      UNION {?item wdt:P106 wd:Q16611554} #social_psychologist
      UNION {?item wdt:P106 wd:Q864503} #biologist
      UNION {?item wdt:P106 wd:Q2374149} #botanist
      UNION {?item wdt:P106 wd:Q350979} #zoologist
      UNION {?item wdt:P106 wd:Q593644} #chemist
      UNION {?item wdt:P106 wd:Q16868721} #carcinologist
      UNION {?item wdt:P106 wd:Q3640160} #marine_biologist
      UNION {?item wdt:P106 wd:Q82594} #computer_scientist
      UNION {?item wdt:P106 wd:Q170790} #mathematician
      UNION {?item wdt:P106 wd:Q1265807} #information_scientist
      UNION {?item wdt:P106 wd:Q81096} #engineer
      UNION {?item wdt:P106 wd:entomologist} #entomologist
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

specific occupations passed

edit

The following query uses these:

  • Properties: sex or gender (P21)     , date of death (P570)     , occupation (P106)     
    SELECT ?item ?itemLabel ?date
    
    WHERE 
    
    {
    
      ?item wdt:P21 wd:Q6581072.
    
      ?item wdt:P570 ?date.
    
      {?item wdt:P106 wd:Q901}
    
    
       UNION {?item wdt:P106 wd:Q169470} #physicist
    
      UNION {?item wdt:P106 wd:Q16611554} #social_psychologist
    
      UNION {?item wdt:P106 wd:Q864503} #biologist
    
      UNION {?item wdt:P106 wd:Q2374149} #botanist
    
      UNION {?item wdt:P106 wd:Q350979} #zoologist
    
      UNION {?item wdt:P106 wd:Q593644} #chemist
    
      UNION {?item wdt:P106 wd:Q16868721} #carcinologist
    
      UNION {?item wdt:P106 wd:Q3640160} #marine_biologist
    
      UNION {?item wdt:P106 wd:Q82594} #computer_scientist
    
      UNION {?item wdt:P106 wd:Q170790} #mathematician
    
      UNION {?item wdt:P106 wd:Q1265807} #information_scientist
    
      UNION {?item wdt:P106 wd:Q81096} #engineer
    
      UNION {?item wdt:P106 wd:entomologist} #entomologist
    
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    
    }
    

Women who passed in 1947- works should now be in public domain

edit

The following query uses these:

  • Properties: instance of (P31)     , sex or gender (P21)     , occupation (P106)     , date of death (P570)     
    SELECT DISTINCT ?item ?itemLabel ?occ ?occLabel WHERE
    {
      ?item wdt:P31 wd:Q5 .
      ?item wdt:P21 wd:Q6581072.
      OPTIONAL {?item wdt:P106 ?occ}.
      ?item wdt:P570 ?time0 .
      FILTER((?time0 >= "1947-01-01T00:00:00Z"^^xsd:dateTime) && (?time0 <= "1948-01-01T00:00:00Z"^^xsd:dateTime))
    
       SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }
    

Women who have passed educated at stanford

edit

The following query uses these:

Software named after women

edit

The following query uses these:

Features: ImageGrid (Q24515278)     

#defaultView:ImageGrid
SELECT DISTINCT ?item ?itemLabel ?after ?afterLabel ?image WHERE {
  ?item (wdt:P31/wdt:P279*) wd:Q7397.
  ?item wdt:P138 ?after.
  ?after wdt:P21 wd:Q6581072.
   OPTIONAL { ?after wdt:P18 ?image. }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Women who have passed with Dictionary Grierson ID

edit

The following query uses these:

Items with IMDB id that have a woman listed as a main subject

edit

The following query uses these:

listing occupation

edit

The following query uses these:

edit