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

<http://data.bibliotheken.nl/id/thes/p074731629> a schema1:Person ;
    rdfs:label "Zijp, Rudolf Willem van (1961-)" ;
    schema1:alternateName "Zijp, Rudy van" ;
    schema1:birthDate "1961" ;
    schema1:familyName "van Zijp" ;
    schema1:givenName "Rudolf Willem" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8370bb429b6c4d9f0e8c9a0967d52dae> ;
    schema1:name "Rudolf Willem van Zijp" ;
    schema1:sameAs <http://viaf.org/viaf/7465069>,
        <https://isni.org/isni/0000000083541558> .

