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

<http://data.bibliotheken.nl/id/thes/p189064048> a schema1:Person ;
    rdfs:label "Sly, Debby" ;
    schema1:familyName "Sly" ;
    schema1:givenName "Debby" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/853d9998549c0298cbb076ae3ac5ec2a> ;
    schema1:name "Debby Sly" ;
    schema1:sameAs <http://viaf.org/viaf/9132160>,
        <https://isni.org/isni/0000000109530591> .

