@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/1008509> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Silvestre Revueltas" ;
    ns1:birthDate "1899-12-31"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3983631/> ;
    ns1:deathDate "1940-10-05"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Silvestre Revueltas" ;
    skos:exactMatch <http://dbpedia.org/resource/Silvestre_Revueltas>,
        <http://id.loc.gov/authorities/names/n83127195>,
        <http://www.wikidata.org/entity/Q332421>,
        <https://musicbrainz.org/artist/44271921-cfc6-41cb-b94f-9b5bf1ba4574> .

