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

<http://data.bibliotheken.nl/id/thes/p240049209> a schema1:Person ;
    rdfs:label "Taeymans, Marc" ;
    schema1:familyName "Taeymans" ;
    schema1:givenName "Marc" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3dcc4fde8c829219223367b1a1a298e4> ;
    schema1:name "Marc Taeymans" ;
    schema1:sameAs <http://viaf.org/viaf/269686294>,
        <https://isni.org/isni/000000038346710X> .

