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

<http://data.bibliotheken.nl/id/thes/p437592405> a schema1:Person ;
    rdfs:label "Cope, Lizzie" ;
    schema1:familyName "Cope" ;
    schema1:givenName "Lizzie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/526926b58fb4079e82156f84b601fd0f> ;
    schema1:name "Lizzie Cope" .

