@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/104338> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Eres tú" ;
    dcterms:creator <http://data.carnegiehall.org/names/1023718> ;
    ns1:dateCreated "1973" ;
    skos:exactMatch <http://dbpedia.org/resource/Eres_t%C3%BA>,
        <https://musicbrainz.org/work/c2521793-d280-3676-8958-473d29e602a8> .

