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

<http://data.bibliotheken.nl/id/thes/p343771314> a schema1:Person ;
    rdfs:label "Murray, Natalia" ;
    schema1:description "Graduated from the Academy of Arts in St. Petersburg; PhD course at the Hermitage Museum in 1995. Moved in 1998 to England" ;
    schema1:familyName "Murray" ;
    schema1:givenName "Natalia" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9c5d147044c25d0ba6ac3ee2bc9943a7> ;
    schema1:name "Natalia Murray" ;
    schema1:sameAs <http://viaf.org/viaf/243238020>,
        <https://isni.org/isni/0000000369475576> .

