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

<http://data.bibliotheken.nl/id/thes/p068136870> a schema1:Person ;
    rdfs:label "Wolters, Willem Gerrit (1940-)" ;
    schema1:alternateName "Wolters, Willem",
        "Wolters, Willem G." ;
    schema1:birthDate "1940" ;
    schema1:description "hoogleraar economische antropologie Nijmegen" ;
    schema1:familyName "Wolters" ;
    schema1:givenName "Willem Gerrit" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7b36b89132c85277f0aa6b4eb52d5315> ;
    schema1:name "Willem Gerrit Wolters" ;
    schema1:sameAs <http://viaf.org/viaf/46802896>,
        <https://isni.org/isni/0000000081248833> .

