@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns3: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/1919/work_23> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Sophisticated Ladies: It Don't Mean a Thing" ;
    ns2:baritone <http://data.carnegiehall.org/names/57431> ;
    ns2:soprano <http://data.carnegiehall.org/names/34394> ;
    ns2:tenor <http://data.carnegiehall.org/names/49327> ;
    ns2:vocalist <http://data.carnegiehall.org/names/23345>,
        <http://data.carnegiehall.org/names/23346>,
        <http://data.carnegiehall.org/names/52422> ;
    ns1:performer <http://data.carnegiehall.org/names/23345>,
        <http://data.carnegiehall.org/names/23346>,
        <http://data.carnegiehall.org/names/34394>,
        <http://data.carnegiehall.org/names/49327>,
        <http://data.carnegiehall.org/names/52422>,
        <http://data.carnegiehall.org/names/57431> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/11677> .

