@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/48073> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "11 Bagatelles, Op. 119: 11. Bagatelle in B-flat Major. Andante ma non troppo" ;
    dcterms:creator <http://data.carnegiehall.org/names/1005833> ;
    ns1:dateCreated "1820-1822" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/no2005052838>,
        <https://musicbrainz.org/work/38683fb3-092d-3e72-82c8-77c4ffe4f13c> .

