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

<http://data.bibliotheken.nl/id/thes/p067585701> a schema1:Person ;
    rdfs:label "Adams, Corinne" ;
    schema1:familyName "Adams" ;
    schema1:givenName "Corinne" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7dd91aedd28f1c74939f03a178739507> ;
    schema1:name "Corinne Adams" ;
    schema1:sameAs <http://viaf.org/viaf/617714>,
        <https://isni.org/isni/0000000083497163> .

