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

<http://data.bibliotheken.nl/id/thes/p142642282> a schema1:Person ;
    rdfs:label "Cornelis, Bart" ;
    schema1:familyName "Cornelis" ;
    schema1:givenName "Bart" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d4eabde1c82511543c5f8fcb35db689c> ;
    schema1:name "Bart Cornelis" ;
    schema1:sameAs <http://viaf.org/viaf/45193166>,
        <https://isni.org/isni/0000000397677159> .

