@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/59458> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Improvisations on Hungarian Peasant Songs, BB 83" ;
    dcterms:creator <http://data.carnegiehall.org/names/39524> ;
    ns1:dateCreated "1920" ;
    skos:exactMatch <http://dbpedia.org/resource/Eight_Improvisations_on_Hungarian_Peasant_Songs>,
        <http://id.loc.gov/authorities/names/n81147596>,
        <http://www.wikidata.org/entity/Q1096673>,
        <https://musicbrainz.org/work/6a74e914-a47d-4931-9d6d-b5bc3fce6bdc> .

