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

<http://data.bibliotheken.nl/id/thes/p071443118> a schema1:Person ;
    rdfs:label "Baarsma, Corrie" ;
    schema1:familyName "Baarsma" ;
    schema1:givenName "Corrie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e7fe031ebe38ff342200093fcd68bbd2> ;
    schema1:name "Corrie Baarsma" ;
    schema1:sameAs <http://viaf.org/viaf/291280056>,
        <https://isni.org/isni/0000000396405506> .

