@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://id.loc.gov/vocabulary/relators/> .
@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/118498> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "The Wild Side of Life" ;
    ns2:cmp <http://data.carnegiehall.org/names/1028602> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1028602> ;
    dcterms:creator <http://data.carnegiehall.org/names/1028601> ;
    ns1:dateCreated "1951" ;
    skos:exactMatch <http://dbpedia.org/resource/The_Wild_Side_of_Life>,
        <https://musicbrainz.org/work/eb29c2cb-4fd1-3414-8aa1-48b7c3532cdc> .

