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

<http://data.bibliotheken.nl/id/thes/p305164937> a schema1:Person ;
    rdfs:label "Myers, Glenn (1962-)" ;
    schema1:birthDate "1962" ;
    schema1:familyName "Myers" ;
    schema1:givenName "Glenn" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6505367d7f1d817ac3542e7993e1c792> ;
    schema1:name "Glenn Myers" ;
    schema1:sameAs <http://viaf.org/viaf/231977647>,
        <https://isni.org/isni/0000000373770199> .

