@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/p067769136> a schema1:Person ;
    rdfs:label "La Farge, Henry Adams (1902-1985)" ;
    schema1:birthDate "1902" ;
    schema1:deathDate "1985" ;
    schema1:familyName "La Farge" ;
    schema1:givenName "Henry Adams" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/306ae6a9c9e9b050fd46dc6c430019a2> ;
    schema1:name "Henry Adams La Farge" ;
    schema1:sameAs wd:Q105965480,
        <https://isni.org/isni/0000000063171705> .

