@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/32174> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "2 Fairy Tales, Op. 20: 2. Campanella: Pesante, minaccioso" ;
    dcterms:creator <http://data.carnegiehall.org/names/21162> ;
    ns1:dateCreated "1909" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/no2009179498>,
        <https://musicbrainz.org/work/1cf17f27-8c0f-4228-b9c8-29dd452385d3> .

