@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/96267> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Violin Sonata No. 3 in A Minor, WoO 27" ;
    dcterms:creator <http://data.carnegiehall.org/names/1000525> ;
    ns1:dateCreated "1853" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/nr92026370>,
        <https://musicbrainz.org/work/9479a2e0-9922-4611-8ae5-7fae5d9ec0ff> .

