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

<http://data.bibliotheken.nl/id/thes/p268193762> a schema1:Person ;
    rdfs:label "Wieman, A. (Tropenbos)" ;
    schema1:familyName "Wieman" ;
    schema1:givenName "A." ;
    schema1:hasOccupation "Tropenbos" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/935a8c40d6d4f269e35e6c83781e624a> ;
    schema1:name "A. Wieman" ;
    schema1:sameAs <http://viaf.org/viaf/291665913>,
        <https://isni.org/isni/0000000396647919> .

