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

<http://data.bibliotheken.nl/id/thes/p330745530> a schema1:Person ;
    rdfs:label "Kloos, Ingmar" ;
    schema1:familyName "Kloos" ;
    schema1:givenName "Ingmar" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3afd72874bacab0173a3294539cd6f3a> ;
    schema1:name "Ingmar Kloos" ;
    schema1:sameAs <http://viaf.org/viaf/291885920>,
        <https://isni.org/isni/0000000396878258> .

