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

<http://data.bibliotheken.nl/id/thes/p314886575> a schema1:Person ;
    rdfs:label "Holopainen, Jani" ;
    schema1:familyName "Holopainen" ;
    schema1:givenName "Jani" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/68171a4a6c25dff5234e8195723854b6> ;
    schema1:name "Jani Holopainen" ;
    schema1:sameAs <http://viaf.org/viaf/281242461>,
        <https://isni.org/isni/0000000388111997> .

