@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/p070385971> a schema1:Person ;
    rdfs:label "White, Christopher (1930- ; kunsthistoricus)" ;
    schema1:birthDate "1930" ;
    schema1:familyName "White" ;
    schema1:givenName "Christopher" ;
    schema1:hasOccupation "kunsthistoricus" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/27e30a144aa1f99232719ff0f161821c> ;
    schema1:name "Christopher White" ;
    schema1:nationality "gb" ;
    schema1:sameAs <http://viaf.org/viaf/109290069>,
        wd:Q7526336,
        <https://isni.org/isni/0000000115801968> .

