@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/24921> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Manfred Symphony, Op. 58: 2. Vivace con spirito" ;
    dcterms:creator <http://data.carnegiehall.org/names/18239> ;
    ns1:dateCreated "1885" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no2008037186>,
        <https://musicbrainz.org/work/5c10f47d-c12b-3d7a-8dc1-0d2d90cd7217> .

