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

<http://data.bibliotheken.nl/id/thes/p069506000> a schema1:Person ;
    rdfs:label "Boelens, Ruud" ;
    schema1:familyName "Boelens" ;
    schema1:givenName "Ruud" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a333ecace227e344782923546cfc2678> ;
    schema1:name "Ruud Boelens" ;
    schema1:sameAs <http://viaf.org/viaf/281712846> .

