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

<http://data.bibliotheken.nl/id/thes/p44248044X> a schema1:Person ;
    rdfs:label "Khil, Leander" ;
    schema1:familyName "Khil" ;
    schema1:givenName "Leander" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a8bdaa769180c8de45df26423f6942ea> ;
    schema1:name "Leander Khil" .

