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

<http://data.bibliotheken.nl/id/thes/p073750646> a schema1:Person ;
    rdfs:label "Alma, Maaike (1943-)" ;
    schema1:birthDate "1943" ;
    schema1:familyName "Alma" ;
    schema1:givenName "Maaike" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6aec14ff109717944bc0a8c44427e031> ;
    schema1:name "Maaike Alma" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/287285129>,
        <https://isni.org/isni/0000000393090748> .

