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

<http://data.bibliotheken.nl/id/thes/p156409143> a schema1:Person ;
    rdfs:label "Wiggers, Ronald" ;
    schema1:familyName "Wiggers" ;
    schema1:givenName "Ronald" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2fab613896d03bff80a6fdbc43298b5c> ;
    schema1:name "Ronald Wiggers" ;
    schema1:sameAs <http://viaf.org/viaf/286338002> .

