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

<http://data.bibliotheken.nl/id/thes/p068898363> a schema1:Person ;
    rdfs:label "Struelens, René Frederik Maria (1928-2003)" ;
    schema1:birthDate "1928" ;
    schema1:deathDate "2003" ;
    schema1:familyName "Struelens" ;
    schema1:givenName "René Frederik Maria" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4882badafde4724fb1129f6bf315b9a4> ;
    schema1:name "René Frederik Maria Struelens" ;
    schema1:nationality "be" ;
    schema1:sameAs <http://viaf.org/viaf/282639996>,
        <https://isni.org/isni/0000000369112433> .

