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

<http://data.bibliotheken.nl/id/thes/p164930809> a schema1:Person ;
    rdfs:label "Smith, Jane Ellen" ;
    schema1:description "prof. University of New Mexico, Dept. for Clinical Psychology" ;
    schema1:familyName "Smith" ;
    schema1:givenName "Jane Ellen" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0f99e5f1632d968131143696d4628366> ;
    schema1:name "Jane Ellen Smith" ;
    schema1:sameAs <http://viaf.org/viaf/33188134>,
        wd:Q92512103,
        <https://isni.org/isni/0000000030901353> .

