@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/83348> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Symphony No. 5 in D Major: 3. Romanza. Lento" ;
    dcterms:creator <http://data.carnegiehall.org/names/1006483> ;
    ns1:dateCreated "1938-1943" ;
    skos:exactMatch <https://musicbrainz.org/work/cf916937-1c8a-3e27-a0e9-cf2b7d001e2f> .

