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

<http://data.bibliotheken.nl/id/thes/p120396750> a schema1:Person ;
    rdfs:label "Romijn, Kirsten (1965-)" ;
    schema1:birthDate "1965" ;
    schema1:description "\"interesse voor slankmakers vormt een hobby-gebied\" (persbericht bij B9805807)",
        "P.J. Meertens-Instituut" ;
    schema1:familyName "Romijn" ;
    schema1:givenName "Kirsten" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a75c504619f23207f837f08e022ff38a> ;
    schema1:name "Kirsten Romijn" ;
    schema1:sameAs <http://viaf.org/viaf/34765989>,
        <https://isni.org/isni/0000000033247887> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/romi005> .

