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

<http://data.bibliotheken.nl/id/thes/p110369742> a schema1:Person ;
    rdfs:label "Bron, Marjolein" ;
    schema1:familyName "Bron" ;
    schema1:givenName "Marjolein" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/34deb19a18486c312e324eb2788b3212> ;
    schema1:name "Marjolein Bron" ;
    schema1:sameAs <http://viaf.org/viaf/284663361>,
        <https://isni.org/isni/0000000390943370> .

