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

<http://data.bibliotheken.nl/id/thes/p20502923X> a schema1:Person ;
    rdfs:label "Bos, Mathilde" ;
    schema1:familyName "Bos" ;
    schema1:givenName "Mathilde" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/43749f500ee8bc8b093820996d02d3cd> ;
    schema1:name "Mathilde Bos" ;
    schema1:sameAs <http://viaf.org/viaf/290305954>,
        <https://isni.org/isni/0000000368973231> .

