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

<http://data.bibliotheken.nl/id/thes/p43049338X> a schema1:Person ;
    rdfs:label "Delcour, J. (korfbal)" ;
    schema1:familyName "Delcour" ;
    schema1:givenName "J." ;
    schema1:hasOccupation "korfbal" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/bb27c0e59e20dead82cfe8edbc2fe642> ;
    schema1:name "J. Delcour" .

