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

<http://data.bibliotheken.nl/id/thes/p202989321> a schema1:Person ;
    rdfs:label "Leemans, Hein" ;
    schema1:familyName "Leemans" ;
    schema1:givenName "Hein" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/559542050ac8e988ecb62bb69d4042b3> ;
    schema1:name "Hein Leemans" ;
    schema1:sameAs <http://viaf.org/viaf/287518993>,
        <https://isni.org/isni/0000000393307943> .

