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

<http://data.bibliotheken.nl/id/thes/p071127518> a schema1:Person ;
    rdfs:label "White, E." ;
    schema1:description "retro" ;
    schema1:familyName "White" ;
    schema1:givenName "E." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c84e74e5715d8fce161932377ecc9a0f> ;
    schema1:name "E. White" ;
    schema1:sameAs <http://viaf.org/viaf/2072161212082640070002>,
        <https://isni.org/isni/0000000390645621> .

