@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/11677> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Sophisticated Ladies: It Don't Mean a Thing" ;
    dcterms:creator <http://data.carnegiehall.org/names/4806> ;
    ns1:dateCreated "1932" ;
    skos:exactMatch <http://dbpedia.org/resource/It_Don%27t_Mean_a_Thing_(If_It_Ain%27t_Got_That_Swing)>,
        <http://www.wikidata.org/entity/Q730605>,
        <https://musicbrainz.org/work/1d20addb-3555-3615-8232-2ba14863e351> .

