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

<http://data.bibliotheken.nl/id/thes/p412499525> a schema1:Person ;
    rdfs:label "Catterson, Lynn" ;
    schema1:description "Ph.D Columbia University" ;
    schema1:familyName "Catterson" ;
    schema1:givenName "Lynn" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/de047bf4ea065974356fadcee41f3d1d> ;
    schema1:name "Lynn Catterson" ;
    schema1:sameAs <http://viaf.org/viaf/2223994>,
        <https://isni.org/isni/0000000385149164> .

