@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/40905> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Sonata for Violin and Piano, FP 119: 1. Allegro con fuoco" ;
    dcterms:creator <http://data.carnegiehall.org/names/37816> ;
    ns1:dateCreated "1942-1943" ;
    skos:exactMatch <https://musicbrainz.org/work/cc24ba43-6977-4904-a942-b4cc4617b556> .

