@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/83680> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Cançons i danses: 8. Canço. Moderato cantabile con sentimento – Dansa" ;
    dcterms:creator <http://data.carnegiehall.org/names/1004904> ;
    ns1:dateCreated "1942-1962" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n2004067378>,
        <https://musicbrainz.org/work/b962e92a-1ed0-4f44-879e-5c83fd7c0b69> .

