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

<http://data.bibliotheken.nl/id/thes/p139281029> a schema1:Person ;
    rdfs:label "Willemse, Niek" ;
    schema1:familyName "Willemse" ;
    schema1:givenName "Niek" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c4d80f5260623559a42120bf0eb5a11d> ;
    schema1:name "Niek Willemse" ;
    schema1:sameAs <http://viaf.org/viaf/292123411>,
        <https://isni.org/isni/0000000397069276> .

