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

<http://data.bibliotheken.nl/id/thes/p31143407X> a schema1:Person ;
    rdfs:label "Kiel, Piet" ;
    schema1:familyName "Kiel" ;
    schema1:givenName "Piet" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e04cebb75ab41fdab3ce423228407d4b> ;
    schema1:name "Piet Kiel" .

