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

<http://data.bibliotheken.nl/id/thes/p068799039> a schema1:Person ;
    rdfs:label "Nauwelaerts, Marcel Augustijn Maria (1908-1983)" ;
    schema1:birthDate "1908" ;
    schema1:deathDate "1983" ;
    schema1:familyName "Nauwelaerts" ;
    schema1:givenName "Marcel Augustijn Maria" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/eeff76f0ada7b0183426a2567ab73465> ;
    schema1:name "Marcel Augustijn Maria Nauwelaerts" ;
    schema1:sameAs <http://viaf.org/viaf/19722663>,
        <https://isni.org/isni/0000000078184808> .

