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

<http://data.bibliotheken.nl/id/thes/p073146552> a schema1:Person ;
    rdfs:label "Klein Nuland, J. (1957-)" ;
    schema1:alternateName "Klein Nulend, Jenneke" ;
    schema1:birthDate "1957" ;
    schema1:familyName "Klein Nuland" ;
    schema1:givenName "J." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b40c4f4cf78e9e69270bd8100b2fd89b> ;
    schema1:name "J. Klein Nuland" ;
    schema1:sameAs <http://viaf.org/viaf/281394208>,
        <https://isni.org/isni/0000000388254509> .

