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

<http://data.bibliotheken.nl/id/thes/p400200988> a schema1:Person ;
    rdfs:label "Lebrun, André" ;
    schema1:familyName "Lebrun" ;
    schema1:givenName "André" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/aa88e1dd84933b59cb443b1f50ffd281> ;
    schema1:name "André Lebrun" ;
    schema1:sameAs <http://viaf.org/viaf/316388117>,
        <https://isni.org/isni/0000000436666058> .

