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

<http://data.bibliotheken.nl/id/thes/p351984003> a schema1:Person ;
    rdfs:label "Yue, Stephanie" ;
    schema1:familyName "Yue" ;
    schema1:givenName "Stephanie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f1d1c73053e21b473069b8ac9860d540> ;
    schema1:name "Stephanie Yue" ;
    schema1:sameAs <http://viaf.org/viaf/90445166>,
        <https://isni.org/isni/0000000062106979> .

