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

<http://data.bibliotheken.nl/id/thes/p14212107X> a schema1:Person ;
    rdfs:label "Bethune, Norbert (1944-)" ;
    schema1:birthDate "1944" ;
    schema1:familyName "Bethune" ;
    schema1:givenName "Norbert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/98ab1bfc95431e949273ce728a9650fd> ;
    schema1:name "Norbert Bethune" ;
    schema1:sameAs <http://viaf.org/viaf/282958509> .

