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

<http://data.bibliotheken.nl/id/thes/p073414255> a schema1:Person ;
    rdfs:label "Hock, Ronald F. (1944-)" ;
    schema1:birthDate "1944" ;
    schema1:familyName "Hock" ;
    schema1:givenName "Ronald F." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2f54abf03549521636e387db5ebd36d0> ;
    schema1:name "Ronald F. Hock" ;
    schema1:sameAs <http://viaf.org/viaf/111091053>,
        <https://isni.org/isni/0000000109353361> .

