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

<http://data.bibliotheken.nl/id/thes/p433950501> a schema1:Person ;
    rdfs:label "Roelants, Yvonne" ;
    schema1:familyName "Roelants" ;
    schema1:givenName "Yvonne" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/476ca152fc08a4b185ddd1e5d350c8b3> ;
    schema1:name "Yvonne Roelants" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/46163023512389360124> .

