@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/25864> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "In the Steppes of Central Asia, Op. 7" ;
    dcterms:creator <http://data.carnegiehall.org/names/1010316> ;
    ns1:dateCreated "1880" ;
    skos:exactMatch <http://dbpedia.org/resource/In_the_Steppes_of_Central_Asia>,
        <http://id.loc.gov/authorities/names/n81059075>,
        <http://www.wikidata.org/entity/Q1306639>,
        <https://musicbrainz.org/work/be546cd2-2e99-3253-95dc-646fc904e3b9> .

