@prefix dcterms: <http://purl.org/dc/terms/> .
@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/26370> a <http://schema.org/CreativeWork>,
        <http://schema.org/MusicComposition> ;
    rdfs:label "Piano Sonata in D Major" ;
    dcterms:creator <http://data.carnegiehall.org/names/1009097> ;
    skos:exactMatch <http://id.loc.gov/authorities/names/nr2005013222>,
        <https://musicbrainz.org/work/a8bd59c2-56ff-3576-9cd8-fd2e0396d4c0> .

