@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/633> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Sonata for Violin and Piano No. 10 in G Major, Op. 96" ;
    dcterms:creator <http://data.carnegiehall.org/names/1005833> ;
    ns1:dateCreated "1812" ;
    skos:exactMatch <http://dbpedia.org/resource/Violin_Sonata_No._10_(Beethoven)>,
        <http://id.loc.gov/authorities/names/no91029537>,
        <http://musicbrainz.org/work/70c541fc-4cc7-31da-aa44-4b8766f0ff19>,
        <http://www.wikidata.org/entity/Q1067735> .

