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

<http://data.bibliotheken.nl/id/thes/p160935679> a schema1:Person ;
    rdfs:label "Kay, Ann (atlas)" ;
    schema1:description "Achterflap van het boek \"500 things you should know about animals\": \"Anne Kay has written and edited a great variety of books for children and adults\"" ;
    schema1:familyName "Kay" ;
    schema1:givenName "Ann" ;
    schema1:hasOccupation "atlas" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3d674e176e33ade16f3f1946689d4755> ;
    schema1:name "Ann Kay" ;
    schema1:sameAs <http://viaf.org/viaf/34772842>,
        <https://isni.org/isni/0000000114415539> .

