@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/p074928813> a schema1:Person ;
    rdfs:label "Conley, Rosemary (1946-)" ;
    schema1:birthDate "1946" ;
    schema1:familyName "Conley" ;
    schema1:givenName "Rosemary" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7b15475386fa6fa36d64ba543e51ff63> ;
    schema1:name "Rosemary Conley" ;
    schema1:sameAs <http://viaf.org/viaf/101774099>,
        wd:Q7368339,
        <https://isni.org/isni/0000000078997008> .

