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

<http://data.bibliotheken.nl/id/thes/p070877513> a schema1:Person ;
    rdfs:label "Voets, Bertus (1913-2002)" ;
    schema1:birthDate "1913" ;
    schema1:deathDate "2002" ;
    schema1:description "priester" ;
    schema1:familyName "Voets" ;
    schema1:givenName "Bertus" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6dbff14548e081fab3762d67692fdefe> ;
    schema1:name "Bertus Voets" ;
    schema1:sameAs <http://viaf.org/viaf/6273695>,
        <https://isni.org/isni/0000000034717422> .

