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

<http://data.bibliotheken.nl/id/thes/p072859644> a schema1:Person ;
    rdfs:label "Reinhart, John" ;
    schema1:familyName "Reinhart" ;
    schema1:givenName "John" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/16ce26fe4b14b90da5d1bfd549b85fde> ;
    schema1:name "John Reinhart" ;
    schema1:sameAs <http://viaf.org/viaf/162927016>,
        <https://isni.org/isni/0000000374708952> .

