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

<http://data.bibliotheken.nl/id/thes/p141259272> a schema1:Person ;
    rdfs:label "Veenstra, Anne" ;
    schema1:familyName "Veenstra" ;
    schema1:givenName "Anne" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/60825a141eebf4fd050036fbc1a99da0> ;
    schema1:name "Anne Veenstra" ;
    schema1:sameAs <http://viaf.org/viaf/7953164357935613250002>,
        <https://isni.org/isni/0000000392216783> .

