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

<http://data.bibliotheken.nl/id/thes/p157797058> a schema1:Person ;
    rdfs:label "Frowijn, Ria" ;
    schema1:familyName "Frowijn" ;
    schema1:givenName "Ria" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3be587c3889e89008a50b8a4e2af95d5> ;
    schema1:name "Ria Frowijn" ;
    schema1:sameAs <http://viaf.org/viaf/291847947>,
        <https://isni.org/isni/0000000396830879> .

