@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/p074379100> a schema1:Person ;
    rdfs:label "Richelle, Philippe (1964-)" ;
    schema1:birthDate "1964" ;
    schema1:familyName "Richelle" ;
    schema1:givenName "Philippe" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9dfb4851e339f4b7c793a48e454d0e32> ;
    schema1:name "Philippe Richelle" ;
    schema1:sameAs <http://viaf.org/viaf/12342030>,
        wd:Q8663454,
        <https://isni.org/isni/0000000121208941> .

