@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/57240> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Polonaise de Concert in D Minor, Op. 14" ;
    dcterms:creator <http://data.carnegiehall.org/names/1009988> ;
    ns1:dateCreated "1878" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/no2009058451>,
        <https://musicbrainz.org/work/c92aeb17-ac61-47bf-8cef-fdcd78ca3594> .

