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

<http://data.bibliotheken.nl/id/thes/p244464014> a schema1:Person ;
    rdfs:label "Tromp, Hylke (fotoboek)" ;
    schema1:familyName "Tromp" ;
    schema1:givenName "Hylke" ;
    schema1:hasOccupation "fotoboek" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6b86bb98f00a72eda4518ec66c2a9347> ;
    schema1:name "Hylke Tromp" ;
    schema1:sameAs <http://viaf.org/viaf/288054441>,
        <https://isni.org/isni/0000000393733096> .

