@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/37843> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Fantaisie in F Minor, Op. 49" ;
    dcterms:creator <http://data.carnegiehall.org/names/1006444> ;
    ns1:dateCreated "1841" ;
    skos:exactMatch <http://dbpedia.org/resource/Fantaisie_in_F_minor_(Chopin)>,
        <http://id.loc.gov/authorities/names/n78020240>,
        <http://musicbrainz.org/work/e6a65b61-366e-341b-94b0-d238f2a07b9d>,
        <http://www.wikidata.org/entity/Q3066529> .

