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

<http://data.bibliotheken.nl/id/thes/p42128451X> a schema1:Person ;
    rdfs:label "Whittaker, Jill" ;
    schema1:description "Vertaler" ;
    schema1:familyName "Whittaker" ;
    schema1:givenName "Jill" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/dc145a9cb4bf7d9e77861ecd320e2ed2> ;
    schema1:name "Jill Whittaker" ;
    schema1:sameAs <http://viaf.org/viaf/51154921241363590033>,
        <https://isni.org/isni/0000000474090635> .

