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

<http://data.bibliotheken.nl/id/thes/p170295389> a schema1:Person ;
    rdfs:label "Smit, Debbie" ;
    schema1:familyName "Smit" ;
    schema1:givenName "Debbie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7fc702c2f7e81aabd78c540b5e4930d8> ;
    schema1:name "Debbie Smit" ;
    schema1:sameAs <http://viaf.org/viaf/281605305> .

