@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/4540> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Introduction and Rondo Capriccioso in A Minor, Op. 28" ;
    dcterms:creator <http://data.carnegiehall.org/names/41588> ;
    ns1:dateCreated "1863" ;
    skos:exactMatch <http://dbpedia.org/resource/Introduction_and_Rondo_Capriccioso>,
        <http://id.loc.gov/authorities/names/n81034400>,
        <http://musicbrainz.org/work/075a814d-a8a2-48d6-970d-90eea4e5e9ea>,
        <http://www.wikidata.org/entity/Q1279714> .

