@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/5911> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Violin Concerto No. 24 in B Minor: 2. Andante sostenuto" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003603> ;
    ns1:dateCreated "c. 1793-1797" ;
    skos:exactMatch <https://musicbrainz.org/work/f52d4a06-b753-4f15-8144-b64eb7864c43> .

