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

<http://data.bibliotheken.nl/id/thes/p166517895> a schema1:Person ;
    rdfs:label "Smith, Andrew B. (1941-)" ;
    schema1:alternateName "Smith, Andrew Brown" ;
    schema1:birthDate "1941" ;
    schema1:description "Professor Andrew Smith of the Department of Archaeology at the University of Cape Town (In: \"The Khoikhoi at the Cape of Good Hope\")" ;
    schema1:familyName "Smith" ;
    schema1:givenName "Andrew B." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/25f96fff805e7ea62b9b0c9508919001> ;
    schema1:name "Andrew B. Smith" ;
    schema1:sameAs <http://viaf.org/viaf/56679644>,
        <https://isni.org/isni/0000000109039882> .

