@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/138806> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Miguel Ángel Estrella" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/783> ;
    ns2:birthDate "1936-07-08"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/3836873/> ;
    ns2:deathDate "2022-04-07"^^xsd:date ;
    ns2:name "Miguel Ángel Estrella" ;
    skos:exactMatch <http://dbpedia.org/resource/Miguel_%C3%81ngel_Estrella>,
        <http://www.wikidata.org/entity/Q960716>,
        <https://id.loc.gov/authorities/n83216421>,
        <https://musicbrainz.org/artist/7e2626a5-f723-4fe7-b720-a94a508acc0b> .

