@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/41456> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Auf schmetternde Töne der muntern Trompeten, BWV 207a" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003166> ;
    ns1:dateCreated "1735" ;
    skos:exactMatch <http://dbpedia.org/resource/Auf,_schmetternde_T%C3%B6ne_der_muntern_Trompeten,_BWV_207a>,
        <http://www.wikidata.org/entity/Q2870885>,
        <https://id.loc.gov/authorities/names/no97074552>,
        <https://musicbrainz.org/work/4569b13c-da56-4a3a-86bb-cf6c1939b3c9> .

