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

<http://data.bibliotheken.nl/id/thes/p16597107X> a schema1:Person ;
    rdfs:label "Kleyn, W.H." ;
    schema1:description "Ministerie van Economische Zaken",
        "drs" ;
    schema1:familyName "Kleyn" ;
    schema1:givenName "W.H." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3cba4e26a85fc0305cc94eb2c3ce96f1> ;
    schema1:name "W.H. Kleyn" ;
    schema1:sameAs <http://viaf.org/viaf/290702486> .

