@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/40365> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Manfred Symphony, Op. 58" ;
    dcterms:creator <http://data.carnegiehall.org/names/18239> ;
    ns1:dateCreated "1885" ;
    skos:exactMatch <http://dbpedia.org/resource/Manfred_Symphony>,
        <http://id.loc.gov/authorities/names/n88672908>,
        <https://musicbrainz.org/work/1ea0c6a0-b96c-3d87-ad8f-ec8e50b9ec87> .

