@prefix dcterms: <http://purl.org/dc/terms/> .
@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#> .

<http://data.carnegiehall.org/works/5492> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "El salón México" ;
    dcterms:creator <http://data.carnegiehall.org/names/60485> ;
    ns1:dateCreated "1932-1936" ;
    skos:exactMatch <http://dbpedia.org/resource/El_Sal%C3%B3n_M%C3%A9xico>,
        <http://id.loc.gov/authorities/names/no97075464>,
        <http://www.wikidata.org/entity/Q5352117>,
        <https://musicbrainz.org/work/a6ebd91d-a4af-48e5-afb6-a5852241e4e8> .

