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

<http://data.bibliotheken.nl/id/thes/p069533571> a schema1:Person ;
    rdfs:label "Reinsch, Peter Quentin (1949-)" ;
    schema1:birthDate "1949" ;
    schema1:description "Geb. te Santa Monica, Californië" ;
    schema1:familyName "Reinsch" ;
    schema1:givenName "Peter Quentin" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e923bdecb6f01fecd15648c9bbc7e300> ;
    schema1:name "Peter Quentin Reinsch" ;
    schema1:sameAs <http://viaf.org/viaf/232784576>,
        <https://isni.org/isni/0000000365969309> .

