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

<http://data.bibliotheken.nl/id/thes/p08771342X> a schema1:Person ;
    rdfs:label "Meints, Frida" ;
    schema1:description "se" ;
    schema1:familyName "Meints" ;
    schema1:givenName "Frida" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ce4c65cb1bbcd73c5406fc69e841b4f3> ;
    schema1:name "Frida Meints" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/289697140>,
        <https://isni.org/isni/0000000395079083> .

