@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/24064> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Symphony No. 3 in B Minor, Op. 50: 2. Andante con moto" ;
    dcterms:creator <http://data.carnegiehall.org/names/1007510> ;
    ns1:dateCreated "1951" ;
    skos:exactMatch <https://musicbrainz.org/work/10a12e3f-9bc1-4ce4-a179-8bdce8e9b72a> .

