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

<http://data.bibliotheken.nl/id/thes/p29390250X> a schema1:Person ;
    rdfs:label "Bommel, Kees van" ;
    schema1:familyName "van Bommel" ;
    schema1:givenName "Kees" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/17a608f4bd27b6003248f87f917b6a7f> ;
    schema1:name "Kees van Bommel" ;
    schema1:sameAs <http://viaf.org/viaf/281172617>,
        <https://isni.org/isni/0000000368813641> .

