@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/p074632205> a schema1:Person ;
    rdfs:label "Childs, James Rives (1893-1987)" ;
    schema1:birthDate "1893" ;
    schema1:deathDate "1987" ;
    schema1:familyName "Childs" ;
    schema1:givenName "James Rives" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a04a569177ead408d3696c865e935a99> ;
    schema1:name "James Rives Childs" ;
    schema1:sameAs <http://viaf.org/viaf/51687347>,
        wd:Q16508890,
        <https://isni.org/isni/0000000083818780> .

