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

<http://data.bibliotheken.nl/id/thes/p296668397> a schema1:Person ;
    rdfs:label "Aardenburg, Marianne (1949-)" ;
    schema1:birthDate "1949" ;
    schema1:familyName "Aardenburg" ;
    schema1:givenName "Marianne" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/31184af6b14123908f3b520f79465ab5> ;
    schema1:name "Marianne Aardenburg" ;
    schema1:sameAs <http://viaf.org/viaf/281479101>,
        <https://isni.org/isni/0000000388355879> .

