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

<http://data.bibliotheken.nl/id/thes/p162698151> a schema1:Person ;
    rdfs:label "Wit, Reinout de" ;
    schema1:familyName "de Wit" ;
    schema1:givenName "Reinout" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a3b8ee2201674550e442a780c79cf259> ;
    schema1:name "Reinout de Wit" ;
    schema1:sameAs <http://viaf.org/viaf/287646026>,
        <https://isni.org/isni/0000000393334984> .

