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

<http://data.bibliotheken.nl/id/thes/p111566312> a schema1:Person ;
    rdfs:label "Anderson, Peter (1956- ; fotograaf)" ;
    schema1:birthDate "1956" ;
    schema1:description "fotogr." ;
    schema1:familyName "Anderson" ;
    schema1:givenName "Peter" ;
    schema1:hasOccupation "fotograaf" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/aa48288ce53b63dca5576f81d2771cff> ;
    schema1:name "Peter Anderson" ;
    schema1:nationality "gb" ;
    schema1:sameAs <http://viaf.org/viaf/106989794>,
        wd:Q55938616,
        <https://isni.org/isni/0000000117788242> .

