@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/p071561870> a schema1:Person ;
    rdfs:label "Diamond, Jared Mason (1937-)" ;
    schema1:birthDate "1937" ;
    schema1:familyName "Diamond" ;
    schema1:givenName "Jared Mason" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b20e6de5fd4c17839c53d9cdd20e4e35> ;
    schema1:name "Jared Mason Diamond" ;
    schema1:sameAs <http://viaf.org/viaf/90709225>,
        wd:Q205772,
        <https://isni.org/isni/0000000110309413> .

