@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/103465> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Suite for Solo Cello in D Minor: 3. Intermezzo e danza finale. Lento ma non troppo" ;
    dcterms:creator <http://data.carnegiehall.org/names/27269> ;
    ns1:dateCreated "1926" ;
    skos:exactMatch <https://musicbrainz.org/work/73f33fc5-1f38-3451-a183-234ebe959791> .

