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

<http://data.bibliotheken.nl/id/thes/p344684857> a schema1:Person ;
    rdfs:label "Kok, Rianne (1985-)" ;
    schema1:birthDate "1985" ;
    schema1:familyName "Kok" ;
    schema1:givenName "Rianne" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c6db6e07e967a2a6ce4ad88e7761ec29> ;
    schema1:name "Rianne Kok" ;
    schema1:sameAs <http://viaf.org/viaf/291140308>,
        <https://isni.org/isni/0000000396185013> .

