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

<http://data.bibliotheken.nl/id/thes/p287788733> a schema1:Person ;
    rdfs:label "Forrester, Paul" ;
    schema1:description "fotogr." ;
    schema1:familyName "Forrester" ;
    schema1:givenName "Paul" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/120f4a77c516a57123449112633f69c8> ;
    schema1:name "Paul Forrester" ;
    schema1:sameAs <http://viaf.org/viaf/14885737>,
        <https://isni.org/isni/0000000066486358> .

