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

<http://data.bibliotheken.nl/id/thes/p074309773> a schema1:Person ;
    rdfs:label "Buitenkamp, Maria" ;
    schema1:familyName "Buitenkamp" ;
    schema1:givenName "Maria" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/98f1b3d1cecf29752c24139d42cee5bd> ;
    schema1:name "Maria Buitenkamp" ;
    schema1:sameAs <http://viaf.org/viaf/2298196>,
        <https://isni.org/isni/000000005398856X> .

