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

<http://data.bibliotheken.nl/id/thes/p239886232> a schema1:Person ;
    rdfs:label "Fooy, Kyra (1974-)" ;
    schema1:birthDate "1974" ;
    schema1:familyName "Fooy" ;
    schema1:givenName "Kyra" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/24c1f1633673d6d49762d157b7996069> ;
    schema1:name "Kyra Fooy" ;
    schema1:sameAs <http://viaf.org/viaf/287796956>,
        <https://isni.org/isni/0000000393481933> .

