@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/895> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Piano Concerto No. 3 in D Major, K. 40" ;
    dcterms:creator <http://data.carnegiehall.org/names/1006075> ;
    ns1:dateCreated "1767" ;
    skos:exactMatch <http://dbpedia.org/resource/Piano_Concertos_Nos._1%E2%80%934_(Mozart)>,
        <http://id.loc.gov/authorities/names/n85030159>,
        <http://musicbrainz.org/work/c4ec6c03-30fe-4aa2-8fc7-d093ae506e35> .

