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

<http://data.bibliotheken.nl/id/thes/p39250961X> a schema1:Person ;
    rdfs:label "Roorda, Willemijn" ;
    schema1:familyName "Roorda" ;
    schema1:givenName "Willemijn" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b992b6b332c44a5533b41059e6bb57a8> ;
    schema1:name "Willemijn Roorda" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/317179486> .

