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

<http://data.bibliotheken.nl/id/thes/p29268553X> a schema1:Person ;
    rdfs:label "Sato, Keisuke" ;
    schema1:familyName "Sato" ;
    schema1:givenName "Keisuke" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5cbb5e803b9b46ad4a505fdb9ab272f9> ;
    schema1:name "Keisuke Sato" ;
    schema1:sameAs <http://viaf.org/viaf/282922438>,
        <https://isni.org/isni/0000000389484699> .

