User:YULdigitalpreservation/ScienceStories/Horstmann

From Wikidata
Jump to navigation Jump to search

This page has material related to Dorothy M. Horstmann[edit]

Links to people from archival photographs[edit]

Queries[edit]

Query to find Author name string[edit]

The following query uses these:

  • Properties: author name string (P2093)  View with Reasonator View with SQID, image (P18)  View with Reasonator View with SQID
    SELECT ?item ?label ?_image WHERE {
      ?item wdt:P2093 "HORSTMANN DM".
      SERVICE wikibase:label {
        bd:serviceParam wikibase:language "en" . 
        ?item rdfs:label ?label
      }
      
    OPTIONAL { ?item wdt:P18 ?_image. }
    }
    LIMIT 100