@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/28042> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Piano Sonata No. 17 in D Minor, Op. 31, No. 2, \"The Tempest\": 3. Allegretto" ;
    dcterms:creator <http://data.carnegiehall.org/names/1005833> ;
    ns1:dateCreated "1802" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n2005073176>,
        <https://musicbrainz.org/work/3d8ae4dd-a5f9-3bdf-b63f-4544a99e0fc6> .

