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

<http://data.bibliotheken.nl/id/thes/p314987991> a schema1:Person ;
    rdfs:label "Kooten, Arie van" ;
    schema1:familyName "van Kooten" ;
    schema1:givenName "Arie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/625a05b427669249c8a9a5be75a5eb08> ;
    schema1:name "Arie van Kooten" ;
    schema1:sameAs <http://viaf.org/viaf/288029117>,
        <https://isni.org/isni/0000000393699940> .

