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

<http://data.bibliotheken.nl/id/thes/p432076352> a schema1:Person ;
    rdfs:label "Haenchen, H. (sport)" ;
    schema1:familyName "Haenchen" ;
    schema1:givenName "H." ;
    schema1:hasOccupation "sport" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3527af02b91ba6bb347641f5740e9adb> ;
    schema1:name "H. Haenchen" .

