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

<http://data.bibliotheken.nl/id/thes/p434899461> a schema1:Person ;
    rdfs:label "De Wolf, Bart" ;
    schema1:alternateName "Wolf, Bart De" ;
    schema1:familyName "De Wolf" ;
    schema1:givenName "Bart" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7996a898bb6b73b8568c392e23c96636> ;
    schema1:name "Bart De Wolf" ;
    schema1:nationality "be" ;
    schema1:sameAs <http://viaf.org/viaf/38164114586510050221>,
        <https://isni.org/isni/0000000505033415> .

