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

<http://data.bibliotheken.nl/id/thes/p074710281> a schema1:Person ;
    rdfs:label "Groenendal, Henk" ;
    schema1:description "mb" ;
    schema1:familyName "Groenendal" ;
    schema1:givenName "Henk" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1b8711b979d61fc5a95ed68ef1bc2792> ;
    schema1:name "Henk Groenendal" ;
    schema1:sameAs <http://viaf.org/viaf/286449903>,
        <https://isni.org/isni/0000000392404047> .

