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

<http://data.bibliotheken.nl/id/thes/p29765621X> a schema1:Person ;
    rdfs:label "Harris, Vicky" ;
    schema1:description "recepten" ;
    schema1:familyName "Harris" ;
    schema1:givenName "Vicky" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7fc0111af2b6529248c3698bb2eba011> ;
    schema1:name "Vicky Harris" ;
    schema1:sameAs <http://viaf.org/viaf/874161211838940070004>,
        <https://isni.org/isni/000000006313842X> .

