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

<http://data.bibliotheken.nl/id/thes/p071611223> a schema1:Person ;
    rdfs:label "Galestin, Theodoor Paul (1907-1980)" ;
    schema1:birthDate "1907" ;
    schema1:deathDate "1980" ;
    schema1:familyName "Galestin" ;
    schema1:givenName "Theodoor Paul" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/06bdddd8f4aee2825dbe46870b902bb6> ;
    schema1:name "Theodoor Paul Galestin" ;
    schema1:sameAs <http://viaf.org/viaf/91561474>,
        wd:Q65851085,
        <https://isni.org/isni/0000000066904599> .

