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

<http://data.bibliotheken.nl/id/thes/p115808116> a schema1:Person ;
    rdfs:label "Valkonen, Tapani (1941-)" ;
    schema1:birthDate "1941" ;
    schema1:familyName "Valkonen" ;
    schema1:givenName "Tapani" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/79ae3332cb58653f49c6d79ca9612ee7> ;
    schema1:name "Tapani Valkonen" ;
    schema1:sameAs <http://viaf.org/viaf/76363512>,
        wd:Q23045528,
        <https://isni.org/isni/0000000032190217> .

