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

<http://data.bibliotheken.nl/id/thes/p443609322> a schema1:Person ;
    rdfs:label "Bonvillain, Tamara" ;
    schema1:familyName "Bonvillain" ;
    schema1:givenName "Tamara" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/65a53d4897849ee7628b38302c1b55c5> ;
    schema1:name "Tamara Bonvillain" .

