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

<http://data.bibliotheken.nl/id/thes/p297483765> a schema1:Person ;
    rdfs:label "Perkins, Annie" ;
    schema1:familyName "Perkins" ;
    schema1:givenName "Annie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/65115708c32c8a4d0870d0a8d40f94ee> ;
    schema1:name "Annie Perkins" ;
    schema1:sameAs <http://viaf.org/viaf/32149196535274792445>,
        <https://isni.org/isni/0000000388480864> .

