@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/112039> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Sabor a mí" ;
    dcterms:creator <http://data.carnegiehall.org/names/1011778> ;
    ns1:dateCreated "1959" ;
    skos:exactMatch <http://dbpedia.org/resource/Sabor_a_M%C3%AD>,
        <http://www.wikidata.org/entity/Q6116576>,
        <https://musicbrainz.org/work/22d95be8-9d47-3df1-bc1e-e7e6471905df> .

