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

<http://data.bibliotheken.nl/id/thes/p421458518> a schema1:Person ;
    rdfs:label "Smith, Ginny" ;
    schema1:familyName "Smith" ;
    schema1:givenName "Ginny" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5691ec7ba5e0fdeab118815d7567ebc2> ;
    schema1:name "Ginny Smith" ;
    schema1:sameAs <https://isni.org/isni/0000000474250870> .

