@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://id.loc.gov/vocabulary/relators/> .
@prefix ns2: <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/100338> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "Symphony No. 6 in B Minor, Op. 74, \"Pathétique\": 3. Allegro molto vivace" ;
    ns1:arr <http://data.carnegiehall.org/names/1021319> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1021319> ;
    dcterms:creator <http://data.carnegiehall.org/names/18239> ;
    ns2:dateCreated "1893" ;
    skos:exactMatch <https://musicbrainz.org/work/372a2d83-3644-3e90-81c7-cf7805a10228> .

