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

<http://data.bibliotheken.nl/id/thes/p06953070X> a schema1:Person ;
    rdfs:label "Lecoultre, Rik" ;
    schema1:alternateName "Le Coultre, R." ;
    schema1:familyName "Lecoultre" ;
    schema1:givenName "Rik" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/52b71992adf63378688c4c660baa1d9e> ;
    schema1:name "Rik Lecoultre" ;
    schema1:sameAs <http://viaf.org/viaf/291963861>,
        <https://isni.org/isni/0000000396901657> .

