@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/70051> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Symphony No. 95 in C Minor, H.I:95: 4. Finale: Vivace" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003781> ;
    ns1:dateCreated "1791" ;
    skos:exactMatch <https://musicbrainz.org/work/30a3004d-f290-3615-8154-2f6b62d7fff3> .

