@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .
@prefix wd: <http://www.wikidata.org/entity/> .

<http://data.bibliotheken.nl/id/thes/p071228675> a schema1:Person ;
    rdfs:label "Grubb, Davis (1919-1980)" ;
    schema1:birthDate "1919" ;
    schema1:deathDate "1980" ;
    schema1:description "mb" ;
    schema1:familyName "Grubb" ;
    schema1:givenName "Davis" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b8e5dd6e96c02747f4f6a40697862273> ;
    schema1:name "Davis Grubb" ;
    schema1:sameAs <http://viaf.org/viaf/39145857779523020083>,
        wd:Q2742535,
        <https://isni.org/isni/0000000121173718> .

