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

<http://data.bibliotheken.nl/id/thes/p203278593> a schema1:Person ;
    rdfs:label "Goudsmit, Martijntje" ;
    schema1:familyName "Goudsmit" ;
    schema1:givenName "Martijntje" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/61010e83512a46c581381275d81e83c5> ;
    schema1:name "Martijntje Goudsmit" ;
    schema1:sameAs <http://viaf.org/viaf/289509947>,
        <https://isni.org/isni/0000000369053701> .

