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

<http://data.bibliotheken.nl/id/thes/p070346607> a schema1:Person ;
    rdfs:label "Hoogenberg, Rolf" ;
    schema1:familyName "Hoogenberg" ;
    schema1:givenName "Rolf" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4e828f951dfc1fd22afc55f2c3457b4c> ;
    schema1:name "Rolf Hoogenberg" ;
    schema1:sameAs <http://viaf.org/viaf/289883578>,
        <https://isni.org/isni/0000000395236659> .

