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

<http://data.bibliotheken.nl/id/thes/p068106025> a schema1:Person ;
    rdfs:label "Rose, Thomas Gerald (1886-1964)" ;
    schema1:birthDate "1886" ;
    schema1:deathDate "1964" ;
    schema1:familyName "Rose" ;
    schema1:givenName "Thomas Gerald" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fd593845fdccf9c36bd5b22d319461a8> ;
    schema1:name "Thomas Gerald Rose" ;
    schema1:sameAs <http://viaf.org/viaf/4532168>,
        <https://isni.org/isni/0000000063951023> .

