@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/p142033731> a schema1:Person ;
    rdfs:label "Housecroft, Catherine E. (1955-)" ;
    schema1:birthDate "1955" ;
    schema1:familyName "Housecroft" ;
    schema1:givenName "Catherine E." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1b0b3f2d05a96454b6444f8dca21acfc> ;
    schema1:name "Catherine E. Housecroft" ;
    schema1:sameAs <http://viaf.org/viaf/111217493>,
        wd:Q38643870,
        <https://isni.org/isni/0000000120328191> .

