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

<http://data.bibliotheken.nl/id/thes/p07134506X> a schema1:Person ;
    rdfs:label "Forsyth, Patrick" ;
    schema1:familyName "Forsyth" ;
    schema1:givenName "Patrick" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/181ea29183d74dd05830b50bc9d7010f> ;
    schema1:name "Patrick Forsyth" ;
    schema1:sameAs <http://viaf.org/viaf/40113523>,
        <https://isni.org/isni/0000000121292987> .

