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

<http://data.bibliotheken.nl/id/thes/p150806515> a schema1:Person ;
    rdfs:label "Haan, Peter de (ontwikkelingsadviseur)" ;
    schema1:description "Bibliografisch nummer 27579314: op achterplat: Dutch economist and diplomat",
        "Institutional Development Adviser of the Netherlands Ministry of Foreign Affairs" ;
    schema1:familyName "de Haan" ;
    schema1:givenName "Peter" ;
    schema1:hasOccupation "ontwikkelingsadviseur" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/80ce80a7bbe47f9033e1e48e3de8aef5> ;
    schema1:name "Peter de Haan" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/296975085> .

