@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/25994> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Fantasy in F Minor, D. 940" ;
    dcterms:creator <http://data.carnegiehall.org/names/1002249> ;
    ns1:dateCreated "1828" ;
    skos:exactMatch <http://dbpedia.org/resource/Fantasia_in_F_minor_for_piano_four-hands,_D_940_(Schubert)>,
        <http://id.loc.gov/authorities/names/n82082895>,
        <http://www.wikidata.org/entity/Q3066517>,
        <https://musicbrainz.org/work/5ace0f06-d3d8-4ee8-8731-4dfe3acacc59> .

