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

<http://data.bibliotheken.nl/id/thes/p189549211> a schema1:Person ;
    rdfs:label "Willemsen, Linda (1989-)" ;
    schema1:birthDate "1989" ;
    schema1:familyName "Willemsen" ;
    schema1:givenName "Linda" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/cc43e769b7f1d1e7fb7339ac404c095c> ;
    schema1:name "Linda Willemsen" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/286794442>,
        <https://isni.org/isni/0000000392686558> .

