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

<http://data.bibliotheken.nl/id/thes/p409814237> a schema1:Person ;
    rdfs:label "Delfanne, Alex" ;
    schema1:description "Fotograaf" ;
    schema1:familyName "Delfanne" ;
    schema1:givenName "Alex" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7e32cd09d33032952d3539b3b894ed0e> ;
    schema1:name "Alex Delfanne" ;
    schema1:sameAs <http://viaf.org/viaf/378149294227580520380>,
        <https://isni.org/isni/0000000461011125> .

