@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/40333> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Horn Concerto No. 3 in E-flat Major, K. 447" ;
    dcterms:creator <http://data.carnegiehall.org/names/1006075> ;
    ns1:dateCreated "c. 1784-1787" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n93064998>,
        <http://www.wikidata.org/entity/Q1063431>,
        <https://musicbrainz.org/work/391fcfaa-9a43-3cc5-9e1f-3dafe2411666> .

