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

<http://data.bibliotheken.nl/id/thes/p152592377> a schema1:Person ;
    rdfs:label "Koolen, Pieter (1947-)" ;
    schema1:birthDate "1947" ;
    schema1:familyName "Koolen" ;
    schema1:givenName "Pieter" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/871aa4b20d19a213ce21935406158ba6> ;
    schema1:name "Pieter Koolen" ;
    schema1:sameAs <http://viaf.org/viaf/283128151>,
        <https://isni.org/isni/0000000389682193> .

