@prefix dcterms: <http://purl.org/dc/terms/> .
@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/10878> a <http://schema.org/CreativeWork>,
        <http://schema.org/MusicComposition> ;
    rdfs:label "Cielito Lindo" ;
    dcterms:creator <http://data.carnegiehall.org/names/1021121> ;
    skos:exactMatch <http://dbpedia.org/resource/Cielito_Lindo>,
        <http://www.wikidata.org/entity/Q2308941>,
        <https://musicbrainz.org/work/43090fa2-5683-35dd-a659-bc263d27e672> .

