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

<http://data.bibliotheken.nl/id/thes/p231594585> a schema1:Person ;
    rdfs:label "Beurskens, Léon" ;
    schema1:familyName "Beurskens" ;
    schema1:givenName "Léon" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/bfccd9e6c511daa0d958340cb3417577> ;
    schema1:name "Léon Beurskens" ;
    schema1:sameAs <http://viaf.org/viaf/290864012> .

