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

<http://data.bibliotheken.nl/id/thes/p072915048> a schema1:Person ;
    rdfs:label "Vangeenberghe, Frans" ;
    schema1:familyName "Vangeenberghe" ;
    schema1:givenName "Frans" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0985068fe41315f94c5b8316877bb40e> ;
    schema1:name "Frans Vangeenberghe" ;
    schema1:sameAs <http://viaf.org/viaf/306169952> .

