@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/12447> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Suite No. 2 for Solo Cello, Op. 80" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003241> ;
    ns1:dateCreated "1967" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/no97080672>,
        <https://musicbrainz.org/work/a2c33c32-e81a-413b-9882-134728e848cb> .

