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

<http://data.bibliotheken.nl/id/thes/p339253975> a schema1:Person ;
    rdfs:label "Klomp, Margo (1979-)" ;
    schema1:birthDate "1979" ;
    schema1:familyName "Klomp" ;
    schema1:givenName "Margo" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4859e93e14d25308d9194d9757c05067> ;
    schema1:name "Margo Klomp" ;
    schema1:sameAs <http://viaf.org/viaf/291725986>,
        <https://isni.org/isni/0000000396702041> .

