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

<http://data.bibliotheken.nl/id/thes/p320817385> a schema1:Person ;
    rdfs:label "Hermans, Ruud (fotograaf)" ;
    schema1:familyName "Hermans" ;
    schema1:givenName "Ruud" ;
    schema1:hasOccupation "fotograaf" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/752f389d5bded82424870060e1e690aa> ;
    schema1:name "Ruud Hermans" ;
    schema1:sameAs <http://viaf.org/viaf/280048951>,
        <https://isni.org/isni/000000038712450X> .

