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

<http://data.bibliotheken.nl/id/thes/p07275169X> a schema1:Person ;
    rdfs:label "Sprangers, Antoon Adrianus Cornelis (1883-1953)" ;
    schema1:birthDate "1883" ;
    schema1:deathDate "1953" ;
    schema1:familyName "Sprangers" ;
    schema1:givenName "Antoon Adrianus Cornelis" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e24640c1cdb273c5b50ee6af9624805b> ;
    schema1:name "Antoon Adrianus Cornelis Sprangers" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/212661590>,
        <https://isni.org/isni/0000000395110028> .

