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

<http://data.bibliotheken.nl/id/thes/p439536146> a schema1:Person ;
    rdfs:label "Chabbert, Bernard" ;
    schema1:familyName "Chabbert" ;
    schema1:givenName "Bernard" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b24e708e9f9cddb0842702edb488e70d> ;
    schema1:name "Bernard Chabbert" .

