@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/104372> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "6 Fairy Tales, Op. 51: 3. Allegretto tranquillo e grazioso" ;
    dcterms:creator <http://data.carnegiehall.org/names/21162> ;
    ns1:dateCreated "1928" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/no97081691>,
        <https://musicbrainz.org/work/c8333825-b58d-3ada-b500-18b2e51a5c28> .

