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

<http://data.bibliotheken.nl/id/thes/p079476813> a schema1:Person ;
    rdfs:label "Wolf, Suzanne" ;
    schema1:familyName "Wolf" ;
    schema1:givenName "Suzanne" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d8276b77b94b0352c9e2b4dd7028a121> ;
    schema1:name "Suzanne Wolf" ;
    schema1:sameAs <http://viaf.org/viaf/68119709>,
        <https://isni.org/isni/0000000029709380> .

