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

<http://data.bibliotheken.nl/id/thes/p374353514> a schema1:Person ;
    rdfs:label "Postma, Esmee" ;
    schema1:description "o.a. tekstschrijfer, samensteller biografie, beeldredactie" ;
    schema1:familyName "Postma" ;
    schema1:givenName "Esmee" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fbeb091cd7d70557928270b2fa37171a> ;
    schema1:name "Esmee Postma" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/309896184>,
        <https://isni.org/isni/0000000442728024> .

