@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/103590> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Piano Sonata No. 28 in A Major, Op. 101: 1. Etwas lebhaft und mit der innigsten Empfindung" ;
    dcterms:creator <http://data.carnegiehall.org/names/1005833> ;
    ns1:dateCreated "1816" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n2014002543>,
        <https://musicbrainz.org/work/e7d0b300-9708-333f-86d6-f9e499cb3448> .

