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

<http://data.bibliotheken.nl/id/thes/p396553559> a schema1:Person ;
    rdfs:label "Voorham, Paul" ;
    schema1:description "fotograaf, te Voorburg" ;
    schema1:familyName "Voorham" ;
    schema1:givenName "Paul" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8861b74dc166ec7265f0748bddf07b23> ;
    schema1:name "Paul Voorham" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/463147266731035481248>,
        <https://isni.org/isni/0000000459384037> .

