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

<http://data.bibliotheken.nl/id/thes/p071066330> a schema1:Person ;
    rdfs:label "Aerschot, Chris Van" ;
    schema1:familyName "Van Aerschot" ;
    schema1:givenName "Chris" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7894d3af838cedf3531578485e49f84d> ;
    schema1:name "Chris Van Aerschot" ;
    schema1:sameAs <http://viaf.org/viaf/291288009>,
        <https://isni.org/isni/0000000396340490> .

