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

<http://data.bibliotheken.nl/id/thes/p44431802X> a schema1:Person ;
    rdfs:label "Kirikura, Ryo" ;
    schema1:familyName "Kirikura" ;
    schema1:givenName "Ryo" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3059615bad5625553a144d2978ec1b5f> ;
    schema1:name "Ryo Kirikura" .

