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

<http://data.bibliotheken.nl/id/thes/p075109638> a schema1:Person ;
    rdfs:label "Lebrun, Yvan (1935- ; taalkundige)" ;
    schema1:birthDate "1935" ;
    schema1:familyName "Lebrun" ;
    schema1:givenName "Yvan" ;
    schema1:hasOccupation "taalkundige" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1032c1207afcd144e5a3ab2a04f74a5f> ;
    schema1:name "Yvan Lebrun" ;
    schema1:sameAs <http://viaf.org/viaf/33038348>,
        <https://isni.org/isni/0000000116170344> .

