@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/123124> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Copper Kettle" ;
    dcterms:creator <http://data.carnegiehall.org/names/1030177> ;
    ns1:dateCreated "c. 1946-1953" ;
    skos:exactMatch <https://musicbrainz.org/work/f5e85fde-1a3a-3100-8ac4-86e376200727> .

