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

<http://data.bibliotheken.nl/id/thes/p442933134> a schema1:Person ;
    rdfs:label "Driel, Saskia van" ;
    schema1:familyName "van Driel" ;
    schema1:givenName "Saskia" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0c9d3c07596a0aae0f3b3288eda5d7d5> ;
    schema1:name "Saskia van Driel" ;
    schema1:sameAs <https://isni.org/isni/0000000527734394> .

