@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/23925> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Suite No. 1 in D Major, Op. 43: 1. Introduction: Andante sostenuto. Fugue: Moderato con anima" ;
    dcterms:creator <http://data.carnegiehall.org/names/18239> ;
    ns1:dateCreated "1879" ;
    skos:exactMatch <https://musicbrainz.org/work/07f68ac3-816f-46a8-9afd-4892b0339927> .

