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

<http://data.bibliotheken.nl/id/thes/p23616953X> a schema1:Person ;
    rdfs:label "Laporte, Kim" ;
    schema1:familyName "Laporte" ;
    schema1:givenName "Kim" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d237a3c9e7928f39a0cc200aeecf35f9> ;
    schema1:name "Kim Laporte" ;
    schema1:sameAs <http://viaf.org/viaf/291157058>,
        <https://isni.org/isni/000000039628867X> .

