@prefix ns1: <http://d-nb.info/standards/elementset/gnd#> .
@prefix ns2: <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/49055> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Eileen Joyce" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/783> ;
    ns2:birthDate "1908-01-01"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/2142185/> ;
    ns2:deathDate "1991-03-25"^^xsd:date ;
    ns2:name "Eileen Joyce" ;
    skos:exactMatch <http://dbpedia.org/resource/Eileen_Joyce>,
        <http://id.loc.gov/authorities/names/n87107978>,
        <http://www.wikidata.org/entity/Q1303974>,
        <https://musicbrainz.org/artist/46ecf198-6266-4cf2-87a9-309c99c2422a> .

