@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/20038> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Piano Sonata No. 9 in F Major, Op. 68, \"Messe noire\"" ;
    dcterms:creator <http://data.carnegiehall.org/names/50808> ;
    ns1:dateCreated "1912-1913" ;
    skos:exactMatch <http://dbpedia.org/resource/Piano_Sonata_No._9_(Scriabin)>,
        <http://id.loc.gov/authorities/names/no94037474>,
        <http://musicbrainz.org/work/91223e03-a552-3fcb-a48e-83c0f671a575>,
        <http://www.wikidata.org/entity/Q2031786> .

