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

<http://data.bibliotheken.nl/id/thes/p070750432> a schema1:Person ;
    rdfs:label "Hermans, Guy" ;
    schema1:familyName "Hermans" ;
    schema1:givenName "Guy" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c240b08f10be8f9767bd37ddfb0b8539> ;
    schema1:name "Guy Hermans" ;
    schema1:sameAs <http://viaf.org/viaf/282393469> .

