@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/37637> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Horn Concerto No. 1 in D Major, K. 412" ;
    dcterms:creator <http://data.carnegiehall.org/names/1006075> ;
    ns1:dateCreated "1791" ;
    skos:exactMatch <http://dbpedia.org/resource/Horn_Concerto_No._1_(Mozart)>,
        <http://www.wikidata.org/entity/Q2738097>,
        <https://id.loc.gov/authorities/names/n86035269>,
        <https://musicbrainz.org/work/f4d0f8eb-f2cc-4d35-b8ac-a0e3bea88a65> .

