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

<http://data.bibliotheken.nl/id/thes/p068795459> a schema1:Person ;
    rdfs:label "Verrips, Nico (1929-)" ;
    schema1:birthDate "1929" ;
    schema1:familyName "Verrips" ;
    schema1:givenName "Nico" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8a836f7827d2f8d644c823d661dd0681> ;
    schema1:name "Nico Verrips" ;
    schema1:sameAs <http://viaf.org/viaf/281083565>,
        <https://isni.org/isni/0000000368911313> .

