@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/p071305491> a schema1:Person ;
    rdfs:label "Renard, Claude (1946-2019)" ;
    schema1:birthDate "1946" ;
    schema1:deathDate "2019" ;
    schema1:description "stripauteur" ;
    schema1:familyName "Renard" ;
    schema1:givenName "Claude" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/cb7551fe48ee499bf75cba99c4ce2003> ;
    schema1:name "Claude Renard" ;
    schema1:sameAs <http://viaf.org/viaf/29544786>,
        wd:Q2978044,
        <https://isni.org/isni/0000000059583029> .

