@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/35524> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Sonata for Violin and Piano No. 2 in A Major, Op. 12, No. 2" ;
    dcterms:creator <http://data.carnegiehall.org/names/1005833> ;
    ns1:dateCreated "1797-1798" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no98030687>,
        <http://musicbrainz.org/work/ed41d818-251c-3335-8d84-9fd625a622f5>,
        <http://www.wikidata.org/entity/Q1635353> .

