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

<http://data.bibliotheken.nl/id/thes/p242925049> a schema1:Person ;
    rdfs:label "Egmond, Rosalie van (1974-)" ;
    schema1:birthDate "1974" ;
    schema1:familyName "van Egmond" ;
    schema1:givenName "Rosalie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c03bb1f375ee80e27f94451a34394781> ;
    schema1:name "Rosalie van Egmond" ;
    schema1:sameAs <http://viaf.org/viaf/32312162>,
        <https://isni.org/isni/0000000035491648> .

