@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/p074738992> a schema1:Person ;
    rdfs:label "Lefèvre, Patrick" ;
    schema1:familyName "Lefèvre" ;
    schema1:givenName "Patrick" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/bae82cbedcda6b1d96847be0b3403aed> ;
    schema1:name "Patrick Lefèvre" ;
    schema1:sameAs <http://viaf.org/viaf/63087326>,
        wd:Q3369614,
        <https://isni.org/isni/0000000121362017> .

