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

<http://data.bibliotheken.nl/id/thes/p180395564> a schema1:Person ;
    rdfs:label "Verkooijen, Peter" ;
    schema1:familyName "Verkooijen" ;
    schema1:givenName "Peter" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b2d8d2c65064afb21dedcd28f4d9ae8a> ;
    schema1:name "Peter Verkooijen" ;
    schema1:sameAs <http://viaf.org/viaf/25834680>,
        <https://isni.org/isni/0000000022677662> .

