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

<http://data.bibliotheken.nl/id/thes/p074469088> a schema1:Person ;
    rdfs:label "Cressey, Peter" ;
    schema1:familyName "Cressey" ;
    schema1:givenName "Peter" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/867f1fb8e4b37d07f9f9fa461f8ca13f> ;
    schema1:name "Peter Cressey" ;
    schema1:sameAs <http://viaf.org/viaf/9906495>,
        <https://isni.org/isni/0000000080887801> .

