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

<http://data.bibliotheken.nl/id/thes/p322921287> a schema1:Person ;
    rdfs:label "Verstraete, Martine" ;
    schema1:description "illustrator" ;
    schema1:familyName "Verstraete" ;
    schema1:givenName "Martine" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/86bdefbf7e2ca6ac9473120e87fe14c9> ;
    schema1:name "Martine Verstraete" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/279902697>,
        <https://isni.org/isni/0000000387049503> .

