@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/60607> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "F-A-E Sonata for Violin and Piano: 2. Intermezzo in F Major" ;
    dcterms:creator <http://data.carnegiehall.org/names/1000525> ;
    ns1:dateCreated "1853" ;
    skos:exactMatch <https://musicbrainz.org/work/1bbbba33-5672-474b-99d5-170dff52234c> .

