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

<http://data.bibliotheken.nl/id/thes/p451682300> a schema1:Person ;
    rdfs:label "Goossens, Hannah" ;
    schema1:familyName "Goossens" ;
    schema1:givenName "Hannah" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0143fda9c8bd937370eeb0e3e74c5997> ;
    schema1:name "Hannah Goossens" .

