@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/36970> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Symphony No. 1 in G Minor: 3. Scherzo. Allegro non troppo – moderato assai" ;
    dcterms:creator <http://data.carnegiehall.org/names/1005480> ;
    ns1:dateCreated "1894-1895" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n2005058517>,
        <https://musicbrainz.org/work/0c43fa49-80d8-4fab-a7dc-04e6185520d9> .

