@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/28115> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Fantasiestücke, Op. 73" ;
    dcterms:creator <http://data.carnegiehall.org/names/1000525> ;
    ns1:dateCreated "1849" ;
    skos:exactMatch <http://dbpedia.org/resource/Fantasy_Pieces_for_Clarinet_and_Piano>,
        <http://id.loc.gov/authorities/names/n81140221>,
        <http://musicbrainz.org/work/c418c7e2-d396-42e8-bdee-8344bc85e824>,
        <http://www.wikidata.org/entity/Q5434322> .

