@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/65938> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "12 American Preludes, Op. 12: 5. In the first pentatonic minor mode" ;
    dcterms:creator <http://data.carnegiehall.org/names/1001904> ;
    ns1:dateCreated "1944" ;
    skos:exactMatch <https://musicbrainz.org/work/b0c4f34f-d4fa-45d2-b4dc-eafe5d66e37c> .

