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

<http://data.bibliotheken.nl/id/thes/p068485972> a schema1:Person ;
    rdfs:label "Maretzki, Thomas W. (1921-2008)" ;
    schema1:birthDate "1921" ;
    schema1:deathDate "2008" ;
    schema1:description "antropoloog" ;
    schema1:familyName "Maretzki" ;
    schema1:givenName "Thomas W." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/34ab0f1d2e503335811ff7597ba48a64> ;
    schema1:name "Thomas W. Maretzki" ;
    schema1:sameAs <http://viaf.org/viaf/51787901>,
        <https://isni.org/isni/0000000081302879> .

