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

<http://data.bibliotheken.nl/id/thes/p387178295> a schema1:Person ;
    rdfs:label "McChesney, Chris" ;
    schema1:familyName "McChesney" ;
    schema1:givenName "Chris" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2d26abaa971227a9af401f66e72e9582> ;
    schema1:name "Chris McChesney" ;
    schema1:sameAs <http://viaf.org/viaf/226106291>,
        <https://isni.org/isni/0000000363977209> .

