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

<http://data.bibliotheken.nl/id/thes/p352777540> a schema1:Person ;
    rdfs:label "Vries, Rudolf Willem de (1961-)" ;
    schema1:birthDate "1961" ;
    schema1:familyName "de Vries" ;
    schema1:givenName "Rudolf Willem" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d1ef85c4041878355700a3184cdc281f> ;
    schema1:name "Rudolf Willem de Vries" ;
    schema1:sameAs <http://viaf.org/viaf/290148395>,
        <https://isni.org/isni/000000039544727X> .

