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

<http://data.bibliotheken.nl/id/thes/p086882201> a schema1:Person ;
    rdfs:label "Blomert, Anne-Marie (1954-)" ;
    schema1:alternateName "Blomert, A.M." ;
    schema1:birthDate "1954" ;
    schema1:familyName "Blomert" ;
    schema1:givenName "Anne-Marie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c4ad9b5cda36a08ea34281e7a698b35c> ;
    schema1:name "Anne-Marie Blomert" ;
    schema1:sameAs <http://viaf.org/viaf/275116802>,
        <https://isni.org/isni/0000000384315503> .

