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

<http://data.bibliotheken.nl/id/thes/p20444568X> a schema1:Person ;
    rdfs:label "Wit, Peter de (NISSO)" ;
    schema1:familyName "de Wit" ;
    schema1:givenName "Peter" ;
    schema1:hasOccupation "NISSO" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1a9127bc358af6124d538ca48b1c32fd> ;
    schema1:name "Peter de Wit" ;
    schema1:sameAs <http://viaf.org/viaf/289894531>,
        <https://isni.org/isni/0000000395205115> .

