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

<http://data.bibliotheken.nl/id/thes/p083289984> a schema1:Person ;
    rdfs:label "Rouwenhorst, J.W.M. (1957-)" ;
    schema1:birthDate "1957" ;
    schema1:familyName "Rouwenhorst" ;
    schema1:givenName "J.W.M." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c03cd943fd56dec097c32268a7c67db0> ;
    schema1:name "J.W.M. Rouwenhorst" ;
    schema1:sameAs <http://viaf.org/viaf/75832858>,
        <https://isni.org/isni/000000003954177X> .

