@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/55837> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Introduction and Polonaise brillante, Op. 3" ;
    dcterms:creator <http://data.carnegiehall.org/names/1006444> ;
    ns1:dateCreated "1829-1830" ;
    skos:exactMatch <http://dbpedia.org/resource/Introduction_and_Polonaise_brillante_(Chopin)>,
        <http://id.loc.gov/authorities/names/n81140237>,
        <http://www.wikidata.org/entity/Q1114066>,
        <https://musicbrainz.org/work/a7edf93f-0b82-35c1-bc27-f9c2efc29923> .

