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

<http://data.bibliotheken.nl/id/thes/p073165042> a schema1:Person ;
    rdfs:label "Klein Haneveld, Roeland" ;
    schema1:familyName "Klein Haneveld" ;
    schema1:givenName "Roeland" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d6e33430a3b90b6d8703fcb3f2cbad08> ;
    schema1:name "Roeland Klein Haneveld" ;
    schema1:sameAs <http://viaf.org/viaf/281065594>,
        <https://isni.org/isni/0000000387976876> .

