@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/62351> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Violin Sonata No. 1 in A Minor, Op. 105: 1. Mit leidenschaftlichem Ausdruck" ;
    dcterms:creator <http://data.carnegiehall.org/names/1000525> ;
    ns1:dateCreated "1851" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no2014086982>,
        <https://musicbrainz.org/work/2cdc4423-e3a4-30b9-8298-64d698a45ef4> .

