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

<http://data.bibliotheken.nl/id/thes/p263508102> a schema1:Person ;
    rdfs:label "Stoub, Ans" ;
    schema1:familyName "Stoub" ;
    schema1:givenName "Ans" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/cb79219420ca9e1d2a2885ee7a43b1cd> ;
    schema1:name "Ans Stoub" ;
    schema1:sameAs <http://viaf.org/viaf/38035127>,
        <https://isni.org/isni/000000036896284X> .

