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

<http://data.bibliotheken.nl/id/thes/p184916623> a schema1:Person ;
    rdfs:label "Schüler, Chris" ;
    schema1:familyName "Schüler" ;
    schema1:givenName "Chris" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b9dc1290295af165ead78f2c21894937> ;
    schema1:name "Chris Schüler" ;
    schema1:sameAs <http://viaf.org/viaf/12584969>,
        <https://isni.org/isni/0000000002931408> .

