@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/31363> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Violin Sonata No. 3 in A Minor, Op. 25, \"Dans le caractère populaire roumain\"" ;
    dcterms:creator <http://data.carnegiehall.org/names/22842> ;
    ns1:dateCreated "1926" ;
    skos:exactMatch <http://dbpedia.org/resource/Violin_Sonata_No._3_(Enescu)>,
        <http://id.loc.gov/authorities/names/n95025898>,
        <http://www.wikidata.org/entity/Q3490212>,
        <https://musicbrainz.org/work/2f265126-5f5c-4504-8c13-e9e079b2db67> .

