@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/119331> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Little Suite No. 1, Op. 53: 3. March: Allegro con brio" ;
    dcterms:creator <http://data.carnegiehall.org/names/1008781> ;
    ns1:dateCreated "1955" ;
    skos:exactMatch <https://musicbrainz.org/work/2e12190f-6251-4c4d-90de-db2a174c0d7a> .

