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

<http://data.bibliotheken.nl/id/thes/p26904731X> a schema1:Person ;
    rdfs:label "Beinstein, Phoebe" ;
    schema1:familyName "Beinstein" ;
    schema1:givenName "Phoebe" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/93607a7ea1c20e444893a8204130434f> ;
    schema1:name "Phoebe Beinstein" ;
    schema1:sameAs <http://viaf.org/viaf/59392613>,
        <https://isni.org/isni/0000000047079431> .

