@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/55654> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Sonata for Violin and Piano No. 3 in E-flat Major, Op. 12, No. 3" ;
    dcterms:creator <http://data.carnegiehall.org/names/1005833> ;
    ns1:dateCreated "1797-1798" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no98055240>,
        <http://musicbrainz.org/work/8fca336a-343a-316d-b582-fcca9d602758>,
        <http://www.wikidata.org/entity/Q1271144> .

