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

<http://data.bibliotheken.nl/id/thes/p297555782> a schema1:Person ;
    rdfs:label "Rijswoud, Erwin van (1979-)" ;
    schema1:birthDate "1979" ;
    schema1:familyName "van Rijswoud" ;
    schema1:givenName "Erwin" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a138ceced2068d9dccbb2a16dc1ad363> ;
    schema1:name "Erwin van Rijswoud" ;
    schema1:sameAs <http://viaf.org/viaf/283826835>,
        <https://isni.org/isni/0000000390302979> .

