@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/60952> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "8 Pièces brèves, Op. 84: 5. Improvisation in C-sharp Minor" ;
    dcterms:creator <http://data.carnegiehall.org/names/1009412> ;
    ns1:dateCreated "1869-1902" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/no2013007827>,
        <https://musicbrainz.org/work/8663da88-5506-4f1e-9644-6c88b8b2d101> .

