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

<http://data.bibliotheken.nl/id/thes/p075067331> a schema1:Person ;
    rdfs:label "Hemert, Wim van" ;
    schema1:familyName "van Hemert" ;
    schema1:givenName "Wim" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9893dc3dcb051828c992d3f6f9d36725> ;
    schema1:name "Wim van Hemert" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/2452148947854154950003>,
        <https://isni.org/isni/0000000017313370> .

