@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/46819> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Fantasie in C Major, Op. 17" ;
    dcterms:creator <http://data.carnegiehall.org/names/1000525> ;
    ns1:dateCreated "1836-1838" ;
    skos:exactMatch <http://dbpedia.org/resource/Fantasie_in_C_(Schumann)>,
        <http://id.loc.gov/authorities/names/n81024795>,
        <http://www.wikidata.org/entity/Q1395862>,
        <https://musicbrainz.org/work/27c866d2-6128-4360-a80e-c691ec3ca4c6> .

