@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/54198> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "6 Morceaux de salon, Op. 22: 2. Air varié" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003772> ;
    ns1:dateCreated "c. 1847" ;
    skos:exactMatch <https://musicbrainz.org/work/530a1066-1345-45a9-8b88-5ac309ee5195> .

