@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/1004541> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Manuel Ponce" ;
    ns1:birthDate "1882-12-08"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4006163/> ;
    ns1:deathDate "1948-04-24"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Manuel Ponce" ;
    skos:exactMatch <http://dbpedia.org/resource/Manuel_Ponce>,
        <http://id.loc.gov/authorities/names/n82110261>,
        <http://www.wikidata.org/entity/Q360206>,
        <https://musicbrainz.org/artist/22ee6983-fab6-4ac1-872c-8cd4f6f94a5c> .

