@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/98255> a <http://schema.org/CreativeWork>,
        <http://schema.org/MusicComposition> ;
    rdfs:label "México lindo y querido" ;
    dcterms:creator <http://data.carnegiehall.org/names/1021131> ;
    skos:exactMatch <http://dbpedia.org/resource/M%C3%A9xico_Lindo_y_Querido>,
        <http://www.wikidata.org/entity/Q305025>,
        <https://musicbrainz.org/work/9b517cb1-101d-4e98-9fe3-34308ff8ae41> .

