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

<http://data.bibliotheken.nl/id/thes/p092728588> a schema1:Person ;
    rdfs:label "Viskil, Erik (1962-)" ;
    schema1:birthDate "1962" ;
    schema1:familyName "Viskil" ;
    schema1:givenName "Erik" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e9a14e38c75a5ae37205b63f02155946> ;
    schema1:name "Erik Viskil" ;
    schema1:sameAs <http://viaf.org/viaf/69258611>,
        <https://isni.org/isni/0000000039329365> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/visk001> .

