@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/p073957003> a schema1:Person ;
    rdfs:label "Garfield, Patricia L." ;
    schema1:familyName "Garfield" ;
    schema1:givenName "Patricia L." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b4c7427eb8e1d9330d585c179db0823b> ;
    schema1:name "Patricia L. Garfield" ;
    schema1:sameAs <http://viaf.org/viaf/79059433>,
        wd:Q2057186,
        <https://isni.org/isni/0000000117718383> .

