@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/7001> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "24 Preludes, Op. 34: 5. Prelude in D Major. Allegro vivace" ;
    dcterms:creator <http://data.carnegiehall.org/names/1002763> ;
    ns1:dateCreated "1932-1933" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/n2002071889>,
        <https://musicbrainz.org/work/f1746d86-8cc2-3525-ae1f-ffa61999fec5> .

