@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/33874> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Symphony No. 1 in G Minor: 4. Finale. Allegro moderato" ;
    dcterms:creator <http://data.carnegiehall.org/names/1005480> ;
    ns1:dateCreated "1894-1895" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no00061538>,
        <https://musicbrainz.org/work/c4cfc3c6-26d4-4405-a3a5-28959ca76c8d> .

