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

<http://data.bibliotheken.nl/id/thes/p261814559> a schema1:Person ;
    rdfs:label "Chema, Sam" ;
    schema1:familyName "Chema" ;
    schema1:givenName "Sam" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c83a86709c84600d2a5cbb2a9e75fbb1> ;
    schema1:name "Sam Chema" ;
    schema1:sameAs <http://viaf.org/viaf/39082983>,
        <https://isni.org/isni/000000004897063X> .

