@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/23474> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Piano Concerto No. 21 in C Major, K. 467" ;
    dcterms:creator <http://data.carnegiehall.org/names/1006075> ;
    ns1:dateCreated "1785" ;
    skos:exactMatch <http://dbpedia.org/resource/Piano_Concerto_No._21_(Mozart)>,
        <http://id.loc.gov/authorities/names/n81133938>,
        <http://musicbrainz.org/work/f210c793-f668-413c-8821-3628b3c55483>,
        <http://www.wikidata.org/entity/Q213192> .

