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

<http://data.bibliotheken.nl/id/thes/p070102945> a schema1:Person ;
    rdfs:label "Lelouch, Claude (1937-)" ;
    schema1:birthDate "1937" ;
    schema1:description "regisseur" ;
    schema1:familyName "Lelouch" ;
    schema1:givenName "Claude" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c97d7c1c5bd318b409c22895433f8862> ;
    schema1:name "Claude Lelouch" ;
    schema1:nationality "fr" ;
    schema1:sameAs <http://viaf.org/viaf/49228121>,
        wd:Q295093,
        <https://isni.org/isni/0000000121318294> .

