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

<http://data.bibliotheken.nl/id/thes/p339422467> a schema1:Person ;
    rdfs:label "Schuller, Joyce" ;
    schema1:familyName "Schuller" ;
    schema1:givenName "Joyce" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2c2f3ba42d41efdf8012c277c4e87951> ;
    schema1:name "Joyce Schuller" ;
    schema1:sameAs <http://viaf.org/viaf/283681346>,
        <https://isni.org/isni/0000000390119808> .

