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

<http://data.bibliotheken.nl/id/thes/p268629595> a schema1:Person ;
    rdfs:label "Howie, Vicki" ;
    schema1:familyName "Howie" ;
    schema1:givenName "Vicki" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/04f711c37cb0e7b85bd6dcea99f713bf> ;
    schema1:name "Vicki Howie" ;
    schema1:sameAs <http://viaf.org/viaf/69112233>,
        <https://isni.org/isni/0000000017314023> .

