@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/51785> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Piano Concerto No. 3 in C Major, Op. 26" ;
    dcterms:creator <http://data.carnegiehall.org/names/43414> ;
    ns1:dateCreated "1921" ;
    skos:exactMatch <http://dbpedia.org/resource/Piano_Concerto_No._3_(Prokofiev)>,
        <http://id.loc.gov/authorities/names/n83194295>,
        <http://www.wikidata.org/entity/Q223333>,
        <https://musicbrainz.org/work/7598a5f7-825a-42ee-8641-3ed34fcf08fc> .

