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

<http://data.bibliotheken.nl/id/thes/p071444092> a schema1:Person ;
    rdfs:label "Verkuyl, Arie (1913-)" ;
    schema1:birthDate "1913" ;
    schema1:description "huisartsgeneeskunde en pastoraat" ;
    schema1:familyName "Verkuyl" ;
    schema1:givenName "Arie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d8ea25400cbdd1c2750a365ddf422889> ;
    schema1:name "Arie Verkuyl" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/92804923>,
        <https://isni.org/isni/000000006578672X> .

