@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/31730> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Symphony No. 6 in G Minor, Op. 42, No. 2: 1. Allegro" ;
    dcterms:creator <http://data.carnegiehall.org/names/1008865> ;
    ns1:dateCreated "1878" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n78087241>,
        <https://musicbrainz.org/work/b7e9fa44-c4ed-39e4-acd7-0cef516e01c0> .

