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

<http://data.bibliotheken.nl/id/thes/p074957643> a schema1:Person ;
    rdfs:label "Baeyens, Richard (1930-)" ;
    schema1:birthDate "1930" ;
    schema1:familyName "Baeyens" ;
    schema1:givenName "Richard" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5e5884361680032d05872cc6ac5d33a6> ;
    schema1:name "Richard Baeyens" ;
    schema1:nationality "be" ;
    schema1:sameAs <http://viaf.org/viaf/76442217>,
        <https://isni.org/isni/0000000029929607> .

