@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/94998> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "6 Pieces, Op. 79: 1. Souvenir" ;
    dcterms:creator <http://data.carnegiehall.org/names/1001010> ;
    ns1:dateCreated "1915" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/nr2005022657>,
        <https://musicbrainz.org/work/948cf02c-e614-44b2-8e6c-fcc3d8a5ba42> .

