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

<http://data.bibliotheken.nl/id/thes/p431194076> a schema1:Person ;
    rdfs:label "Overgaag, Bart" ;
    schema1:familyName "Overgaag" ;
    schema1:givenName "Bart" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5902159071f067bf4c6d4d4ae52373a6> ;
    schema1:name "Bart Overgaag" ;
    schema1:nationality "nl" .

