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

<http://data.bibliotheken.nl/id/thes/p18462309X> a schema1:Person ;
    rdfs:label "Groenewegen, Willem (1971-)" ;
    schema1:birthDate "1971" ;
    schema1:description "vert." ;
    schema1:familyName "Groenewegen" ;
    schema1:givenName "Willem" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8e8dd574ae74421c10eaeccf31c29f2f> ;
    schema1:name "Willem Groenewegen" ;
    schema1:sameAs <http://viaf.org/viaf/14725039>,
        <https://isni.org/isni/0000000052428683> .

