@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/736> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Scherzo fantastique, Op. 3" ;
    dcterms:creator <http://data.carnegiehall.org/names/12468> ;
    ns1:dateCreated "1907-1908" ;
    skos:exactMatch <http://dbpedia.org/resource/Scherzo_fantastique>,
        <http://id.loc.gov/authorities/names/no97015556>,
        <https://musicbrainz.org/work/2d1b6b4c-f0c8-3fa1-9002-ba30fb22a094> .

