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

<http://data.bibliotheken.nl/id/thes/p07403216X> a schema1:Person ;
    rdfs:label "Lenstra, Toos" ;
    schema1:alternateName "Lenstra van Ingen Schenau, C.F." ;
    schema1:familyName "Lenstra" ;
    schema1:givenName "Toos" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c92f5535df42502ff082f916f6d76f7f> ;
    schema1:name "Toos Lenstra" ;
    schema1:sameAs <http://viaf.org/viaf/281502565>,
        <https://isni.org/isni/0000000388305302> .

