@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/5356> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Piano Sonata No. 15 in D Major, Op. 28, \"Pastoral\"" ;
    dcterms:creator <http://data.carnegiehall.org/names/1005833> ;
    ns1:dateCreated "1801" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n82215300>,
        <http://www.wikidata.org/entity/Q146272>,
        <https://musicbrainz.org/work/85b66ee4-ada7-3256-8423-a48d849b9b55> .

