@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/p086548808> a schema1:Person ;
    rdfs:label "Morgan, Catherine A. (1961-)" ;
    schema1:birthDate "1961" ;
    schema1:familyName "Morgan" ;
    schema1:givenName "Catherine A." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7bc1f5ab863fc9a8aef57d5f5c6426b5> ;
    schema1:name "Catherine A. Morgan" ;
    schema1:sameAs <http://viaf.org/viaf/7515305>,
        wd:Q15433841,
        <https://isni.org/isni/0000000121195060> .

