@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <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/117570> a <http://schema.org/CreativeWork>,
        <http://schema.org/MusicComposition> ;
    rdfs:label "I Want a Little Sugar in My Bowl" ;
    ns1:arr <http://data.carnegiehall.org/names/37141> ;
    ns1:cmp <http://data.carnegiehall.org/names/1028218>,
        <http://data.carnegiehall.org/names/10596> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1028218>,
        <http://data.carnegiehall.org/names/10596>,
        <http://data.carnegiehall.org/names/37141> ;
    dcterms:creator <http://data.carnegiehall.org/names/51337> ;
    skos:exactMatch <https://musicbrainz.org/work/5c5ece80-19c4-40f3-ad62-1fa944ec830f> .

