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

<http://data.bibliotheken.nl/id/thes/p436852802> a schema1:Person ;
    rdfs:label "Bazin, Emmanuel (1984-)" ;
    schema1:birthDate "1984" ;
    schema1:description "striptekenaar" ;
    schema1:familyName "Bazin" ;
    schema1:givenName "Emmanuel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0c49c3b85ee6fc061d7bc86a16e65e55> ;
    schema1:name "Emmanuel Bazin" ;
    schema1:nationality "fr" ;
    schema1:sameAs <http://viaf.org/viaf/6543166063394080560001>,
        <https://isni.org/isni/0000000509590657> .

