@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/p068977484> a schema1:Person ;
    rdfs:label "Dijk, David van (1943-2017 ; fotograaf)" ;
    schema1:birthDate "1943" ;
    schema1:deathDate "2017" ;
    schema1:description "bron: overlijdensadvertentie de Volkskrant, 11 november 2017" ;
    schema1:familyName "van Dijk" ;
    schema1:givenName "David" ;
    schema1:hasOccupation "fotograaf" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d0bfa75c3cfb7a59a8832ad587bd8044> ;
    schema1:name "David van Dijk" ;
    schema1:sameAs <http://viaf.org/viaf/279851448>,
        wd:Q42320478,
        <https://isni.org/isni/0000000387015688> .

