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

<http://data.bibliotheken.nl/id/thes/p165455349> a schema1:Person ;
    rdfs:label "Vonk, Martine Anita (1974-2019)" ;
    schema1:alternateName "Vonk, M.A." ;
    schema1:birthDate "1974" ;
    schema1:deathDate "2019" ;
    schema1:familyName "Vonk" ;
    schema1:givenName "Martine Anita" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/591b046c7ee3d34e82429943e5585936> ;
    schema1:name "Martine Anita Vonk" ;
    schema1:sameAs <http://viaf.org/viaf/255694453>,
        <https://isni.org/isni/0000000378354266> .

