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

<http://data.bibliotheken.nl/id/thes/p072055820> a schema1:Person ;
    rdfs:label "Einon, Dorothy" ;
    schema1:description "mb",
        "psychologe" ;
    schema1:familyName "Einon" ;
    schema1:givenName "Dorothy" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ad63336729ef5ad884862c32ec1c160f> ;
    schema1:name "Dorothy Einon" ;
    schema1:sameAs <http://viaf.org/viaf/77732848> .

