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

<http://data.bibliotheken.nl/id/thes/p071325956> a schema1:Person ;
    rdfs:label "Boey, Johan" ;
    schema1:familyName "Boey" ;
    schema1:givenName "Johan" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/dfeba29ab174a81107480dfbe7185999> ;
    schema1:name "Johan Boey" ;
    schema1:sameAs <http://viaf.org/viaf/286386045> .

