@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/51795> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "St. Paul's Suite, Op. 29, No. 2: 4. Finale (The Dargason). Allegro" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003861> ;
    ns1:dateCreated "1913" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n2007059841>,
        <https://musicbrainz.org/work/bbf203ea-d4cf-344f-8204-3be6eb616ab1> .

