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

<http://data.bibliotheken.nl/id/thes/p305146610> a schema1:Person ;
    rdfs:label "Endo, Yoshio (1960-)" ;
    schema1:birthDate "1960" ;
    schema1:familyName "Endo" ;
    schema1:givenName "Yoshio" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8f7ae7734872d8d059a10bc1a3eb5f12> ;
    schema1:name "Yoshio Endo" ;
    schema1:sameAs <http://viaf.org/viaf/26517555>,
        <https://isni.org/isni/0000000040544476> .

