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

<http://data.bibliotheken.nl/id/thes/p318587084> a schema1:Person ;
    rdfs:label "Bouw, Jelmer" ;
    schema1:description "vert." ;
    schema1:familyName "Bouw" ;
    schema1:givenName "Jelmer" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/60e44796b9b3e327099d44cae61cde7b> ;
    schema1:name "Jelmer Bouw" ;
    schema1:sameAs <http://viaf.org/viaf/291041975>,
        <https://isni.org/isni/0000000368909870> .

