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

<http://data.bibliotheken.nl/id/thes/p070734380> a schema1:Person ;
    rdfs:label "Reijn, Bep" ;
    schema1:description "mb" ;
    schema1:familyName "Reijn" ;
    schema1:givenName "Bep" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0e6585d4fac20f315c37d3aa482b3566> ;
    schema1:name "Bep Reijn" ;
    schema1:sameAs <http://viaf.org/viaf/287419164>,
        <https://isni.org/isni/0000000368827613> .

