@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/45372> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Piano Concerto No. 12 in A Major, K. 414" ;
    dcterms:creator <http://data.carnegiehall.org/names/1006075> ;
    ns1:dateCreated "1782" ;
    skos:exactMatch <http://dbpedia.org/resource/Piano_Concerto_No._12_(Mozart)>,
        <http://id.loc.gov/authorities/names/n81072646>,
        <http://musicbrainz.org/work/da9ed009-49bc-4386-9086-2808e72af9e4>,
        <http://www.wikidata.org/entity/Q171920> .

