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

<http://data.bibliotheken.nl/id/thes/p264578163> a schema1:Person ;
    rdfs:label "Schermer, Bart Willem (1978-)" ;
    schema1:birthDate "1978" ;
    schema1:familyName "Schermer" ;
    schema1:givenName "Bart Willem" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9ee535844c39c1a11e85606c644c5eb1> ;
    schema1:name "Bart Willem Schermer" ;
    schema1:sameAs <http://viaf.org/viaf/65999629>,
        <https://isni.org/isni/0000000039202348> .

