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

<http://data.bibliotheken.nl/id/thes/p29200771X> a schema1:Person ;
    rdfs:label "Conover, Carol" ;
    schema1:familyName "Conover" ;
    schema1:givenName "Carol" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/437c2ca3aa06323c2d22908482bb73c5> ;
    schema1:name "Carol Conover" ;
    schema1:sameAs <http://viaf.org/viaf/207776160>,
        <https://isni.org/isni/0000000389554001> .

