@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/30437> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "10 National Airs with Variations, Op. 107: 3. Variations on a Russian Air in G Major" ;
    dcterms:creator <http://data.carnegiehall.org/names/1005833> ;
    ns1:dateCreated "1818-1819" ;
    skos:exactMatch <https://musicbrainz.org/work/fe4b722a-9ccc-3b6a-a972-cb095500a6f0> .

