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

<http://data.bibliotheken.nl/id/thes/p339649194> a schema1:Person ;
    rdfs:label "Mendelsohn, Debby" ;
    schema1:familyName "Mendelsohn" ;
    schema1:givenName "Debby" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2ce1ae787d4a3fa83677f9c395d80f58> ;
    schema1:name "Debby Mendelsohn" ;
    schema1:sameAs <http://viaf.org/viaf/291071235>,
        <https://isni.org/isni/0000000396250444> .

