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

<http://data.bibliotheken.nl/id/thes/p242195946> a schema1:Person ;
    rdfs:label "Green, Suzie" ;
    schema1:familyName "Green" ;
    schema1:givenName "Suzie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/df7686d6a23e094bbc73125d34665173> ;
    schema1:name "Suzie Green" ;
    schema1:sameAs <http://viaf.org/viaf/285221179>,
        <https://isni.org/isni/0000000391426666> .

