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

<http://data.bibliotheken.nl/id/thes/p07234315X> a schema1:Person ;
    rdfs:label "Reinders, Wim" ;
    schema1:familyName "Reinders" ;
    schema1:givenName "Wim" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f050d6aca8579f9f39cc9ea533e5a96f> ;
    schema1:name "Wim Reinders" ;
    schema1:sameAs <http://viaf.org/viaf/290306897> .

