@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/49747> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "I Wish I Could Shimmy Like My Sister Kate" ;
    dcterms:creator <http://data.carnegiehall.org/names/1001722> ;
    ns1:dateCreated "1921" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q5979882>,
        <https://id.loc.gov/authorities/names/nr2006011024>,
        <https://musicbrainz.org/work/3e32aebe-d0af-4d06-8f30-64f4e10210b4> .

