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

<http://data.bibliotheken.nl/id/thes/p121685055> a schema1:Person ;
    rdfs:label "Wit, Margot de (1956-)" ;
    schema1:birthDate "1956" ;
    schema1:familyName "de Wit" ;
    schema1:givenName "Margot" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7b4334633138b6582fff23b178b2ca3a> ;
    schema1:name "Margot de Wit" ;
    schema1:sameAs <http://viaf.org/viaf/283680058>,
        <https://isni.org/isni/0000000390102862> .

