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

<http://data.bibliotheken.nl/id/thes/p125726961> a schema1:Person ;
    rdfs:label "Hattori, Hideshi" ;
    schema1:familyName "Hattori" ;
    schema1:givenName "Hideshi" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e64fab6888603dfc66c9c7e9b21f0da3> ;
    schema1:name "Hideshi Hattori" ;
    schema1:sameAs <http://viaf.org/viaf/32091086>,
        <https://isni.org/isni/0000000121267917> .

