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

<http://data.bibliotheken.nl/id/thes/p321429311> a schema1:Person ;
    rdfs:label "Dehaene, Wim" ;
    schema1:familyName "Dehaene" ;
    schema1:givenName "Wim" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/47bb0dfb20c4f532215a0ae81f443a93> ;
    schema1:name "Wim Dehaene" ;
    schema1:sameAs <http://viaf.org/viaf/100410980>,
        <https://isni.org/isni/000000007150213X> .

