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

<http://data.bibliotheken.nl/id/thes/p075111950> a schema1:Person ;
    rdfs:label "Maris, Etta" ;
    schema1:description "vertaalster, red." ;
    schema1:familyName "Maris" ;
    schema1:givenName "Etta" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/36fefebcae44e9634a9cb12f1b3413fa> ;
    schema1:name "Etta Maris" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/288486781>,
        <https://isni.org/isni/000000036874173X> .

