@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/32813> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Suite No. 3 in G Major, Op. 55: 4. Tema con variazioni. Andante con moto" ;
    dcterms:creator <http://data.carnegiehall.org/names/18239> ;
    ns1:dateCreated "1884" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n83148000>,
        <https://musicbrainz.org/work/f8b34618-98e0-4155-a12b-dcb25ea9350e> .

