@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/p069560080> a schema1:Person ;
    rdfs:label "Nauwelaerts, Kris (1958-)" ;
    schema1:birthDate "1958" ;
    schema1:description "illustrator" ;
    schema1:familyName "Nauwelaerts" ;
    schema1:givenName "Kris" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/200fc638fc7e7023a5858d4157300097> ;
    schema1:name "Kris Nauwelaerts" ;
    schema1:sameAs <http://viaf.org/viaf/233342005>,
        wd:Q48800058,
        <https://isni.org/isni/0000000367695102> .

