@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/p110567498> a schema1:Person ;
    rdfs:label "Renard, Pascal (1961-1996)" ;
    schema1:alternateName "Renard, ..." ;
    schema1:birthDate "1961" ;
    schema1:deathDate "1996" ;
    schema1:description "strips" ;
    schema1:familyName "Renard" ;
    schema1:givenName "Pascal" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c95537584e4f368bf720344c1d384030> ;
    schema1:name "Pascal Renard" ;
    schema1:sameAs <http://viaf.org/viaf/64139633>,
        wd:Q16269727,
        <https://isni.org/isni/0000000120272669> .

