@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/28706> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "La consolation, Op. 62" ;
    dcterms:creator <http://data.carnegiehall.org/names/1007176> ;
    ns1:dateCreated "1807" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n78071820>,
        <https://musicbrainz.org/work/7a3f3490-5903-474f-b3be-540a6c5ad42d> .

