@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/123159> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Overture on Three Russian Themes, Op. 28" ;
    dcterms:creator <http://data.carnegiehall.org/names/1005079> ;
    ns1:dateCreated "1866-1880" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/nr96017754>,
        <https://musicbrainz.org/work/ea08ee15-b38f-3a39-9c49-5dd6e6b598f6> .

