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

<http://data.bibliotheken.nl/id/thes/p072489472> a schema1:Person ;
    rdfs:label "Brouwer, A.Th. (1904-1985)" ;
    schema1:birthDate "1904" ;
    schema1:deathDate "1985" ;
    schema1:description "kapelaan in Volendam, pastoor in Zwijndrecht, Amsterdam en Aerdenhout" ;
    schema1:familyName "Brouwer" ;
    schema1:givenName "A.Th." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/505c98f275f5c6b89f39de3eff3e3a1c> ;
    schema1:name "A.Th. Brouwer" ;
    schema1:sameAs <http://viaf.org/viaf/286848407>,
        <https://isni.org/isni/0000000392761095> .

