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

<http://data.bibliotheken.nl/id/thes/p413243028> a schema1:Person ;
    rdfs:label "Ruiz, Kenny (1980-)" ;
    schema1:birthDate "1980" ;
    schema1:familyName "Ruiz" ;
    schema1:givenName "Kenny" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/170d299b5d8da784f3ae8f6033f09323> ;
    schema1:name "Kenny Ruiz" ;
    schema1:sameAs <http://viaf.org/viaf/107050944>,
        <https://isni.org/isni/0000000078271311> .

