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

<http://data.bibliotheken.nl/id/thes/p145781550> a schema1:Person ;
    rdfs:label "Baxter, John M." ;
    schema1:familyName "Baxter" ;
    schema1:givenName "John M." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9bf96e796dcdf381f1294b8f8c09cb82> ;
    schema1:name "John M. Baxter" ;
    schema1:sameAs <http://viaf.org/viaf/287339015> .

