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

<http://data.bibliotheken.nl/id/thes/p069846154> a schema1:Person ;
    rdfs:label "Cook, Kevin" ;
    schema1:description "Oorspr. 100 K.Cook",
        "Van oorsprong Brits, genaturaliseerd Nederlander",
        "http://www.cosmox.nl/boeken/dubbel-dutch-kevin-cook-9789076542331",
        "kunsthistorie, vertaler" ;
    schema1:familyName "Cook" ;
    schema1:givenName "Kevin" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5dbe0d9d4175b629c054cbcd5edc67b0> ;
    schema1:name "Kevin Cook" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/316795908>,
        <https://isni.org/isni/0000000083873819> .

