@prefix ns1: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/names/1010260> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Elisabeth Lutyens" ;
    ns1:birthDate "1906-07-09"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2643743/> ;
    ns1:deathDate "1983-04-14"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Elisabeth Lutyens" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n85076142>,
        <http://www.wikidata.org/entity/Q451307>,
        <https://musicbrainz.org/artist/4c6fcd70-ac64-46e5-b987-8c15f9e3f1ff> .

