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

<http://data.bibliotheken.nl/id/thes/p427813387> a schema1:Person ;
    rdfs:label "De Leeuw, Ivo H." ;
    schema1:alternateName "Leeuw, Ivo H. de" ;
    schema1:familyName "De Leeuw" ;
    schema1:givenName "Ivo H." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c679bb98438b561d845078be62486880> ;
    schema1:name "Ivo H. De Leeuw" .

