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

<http://data.bibliotheken.nl/id/thes/p435682237> a schema1:Person ;
    rdfs:label "Paillou, Alain" ;
    schema1:familyName "Paillou" ;
    schema1:givenName "Alain" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9285a01016d9704afffe02c92b15209c> ;
    schema1:name "Alain Paillou" .

