@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#> .

<http://data.carnegiehall.org/works/118421> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "The Queen of Soul" ;
    ns2:arr <http://data.carnegiehall.org/names/1010896> ;
    ns2:cmp <http://data.carnegiehall.org/names/1007828>,
        <http://data.carnegiehall.org/names/1017134>,
        <http://data.carnegiehall.org/names/1021390>,
        <http://data.carnegiehall.org/names/1021395>,
        <http://data.carnegiehall.org/names/29539>,
        <http://data.carnegiehall.org/names/46871> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1007828>,
        <http://data.carnegiehall.org/names/1010896>,
        <http://data.carnegiehall.org/names/1017134>,
        <http://data.carnegiehall.org/names/1021390>,
        <http://data.carnegiehall.org/names/1021395>,
        <http://data.carnegiehall.org/names/29539>,
        <http://data.carnegiehall.org/names/46871> ;
    dcterms:creator <http://data.carnegiehall.org/names/1008080> ;
    ns1:dateCreated "2019" .

