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

<http://data.carnegiehall.org/events/11362/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Black Beauty" ;
    ns3:double_bass <http://data.carnegiehall.org/names/17897> ;
    ns3:drums <http://data.carnegiehall.org/names/116124> ;
    ns3:jazz_quintet <http://data.carnegiehall.org/names/78234> ;
    ns3:piano <http://data.carnegiehall.org/names/116123> ;
    ns3:tenor_saxophone <http://data.carnegiehall.org/names/27205> ;
    ns3:vocalist <http://data.carnegiehall.org/names/39920> ;
    ns2:performer <http://data.carnegiehall.org/names/116123>,
        <http://data.carnegiehall.org/names/116124>,
        <http://data.carnegiehall.org/names/17897>,
        <http://data.carnegiehall.org/names/27205>,
        <http://data.carnegiehall.org/names/39920>,
        <http://data.carnegiehall.org/names/78234> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/8069> .

