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

<http://data.bibliotheken.nl/id/thes/p172200458> a schema1:Person ;
    rdfs:label "Goetschalckx, Chris" ;
    schema1:familyName "Goetschalckx" ;
    schema1:givenName "Chris" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/982275b009ca9ba1f52d1b241b87182f> ;
    schema1:name "Chris Goetschalckx" ;
    schema1:sameAs <http://viaf.org/viaf/54424055>,
        <https://isni.org/isni/0000000001104275> .

