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

<http://data.bibliotheken.nl/id/thes/p370803981> a schema1:Person ;
    rdfs:label "Koolhaas, Wendy (1980-)" ;
    schema1:birthDate "1980" ;
    schema1:familyName "Koolhaas" ;
    schema1:givenName "Wendy" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1c6b525fd6dde5659513012393558c67> ;
    schema1:name "Wendy Koolhaas" ;
    schema1:sameAs <http://viaf.org/viaf/309884635> .

