@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://id.loc.gov/vocabulary/relators/> .
@prefix ns2: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/works/98317> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "George White's Scandals of 1926: Black Bottom" ;
    ns1:arr <http://data.carnegiehall.org/names/1021157> ;
    ns1:chr <http://data.carnegiehall.org/names/33087> ;
    ns1:cmp <http://data.carnegiehall.org/names/1010268> ;
    ns1:lyr <http://data.carnegiehall.org/names/1012937> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1010268>,
        <http://data.carnegiehall.org/names/1012937>,
        <http://data.carnegiehall.org/names/1021157>,
        <http://data.carnegiehall.org/names/33087> ;
    dcterms:creator <http://data.carnegiehall.org/names/1007064> ;
    ns2:dateCreated "1926" .

