@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/39751> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Amelita Galli-Curci" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/61>,
        <http://data.carnegiehall.org/instruments/783> ;
    ns2:birthDate "1882-11-18"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/3173435/> ;
    ns2:deathDate "1963-11-26"^^xsd:date ;
    ns2:name "Amelita Galli-Curci" ;
    skos:exactMatch <http://dbpedia.org/resource/Amelita_Galli-Curci>,
        <http://id.loc.gov/authorities/names/n82075456>,
        <http://www.wikidata.org/entity/Q240989>,
        <https://musicbrainz.org/artist/df255da5-82a8-4a5e-b79c-a07c86bba92c> .

