@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/50005> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "24 Preludes, Op. 34: 6. Prelude in B Minor. Allegretto" ;
    dcterms:creator <http://data.carnegiehall.org/names/1002763> ;
    ns1:dateCreated "1932-1933" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/n2012050168>,
        <https://musicbrainz.org/work/e6db9881-658a-3673-9317-dc590130f09c> .

