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

<http://data.bibliotheken.nl/id/thes/p073325937> a schema1:Person ;
    rdfs:label "Hartholt, Willem" ;
    schema1:familyName "Hartholt" ;
    schema1:givenName "Willem" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/27520a260372a9973271ba2ad1ac17a8> ;
    schema1:name "Willem Hartholt" ;
    schema1:sameAs <http://viaf.org/viaf/289713364>,
        <https://isni.org/isni/0000000395109801> .

