@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/74903/work_03> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Power in the Blood" ;
    ns3:bass <http://data.carnegiehall.org/names/86802> ;
    ns3:double_bass <http://data.carnegiehall.org/names/126638> ;
    ns3:drums <http://data.carnegiehall.org/names/134207> ;
    ns3:jazz_trio <http://data.carnegiehall.org/names/118522> ;
    ns3:mezzo_soprano <http://data.carnegiehall.org/names/134206> ;
    ns3:piano <http://data.carnegiehall.org/names/60803> ;
    ns3:soprano <http://data.carnegiehall.org/names/134205> ;
    ns3:tenor <http://data.carnegiehall.org/names/86459> ;
    ns2:performer <http://data.carnegiehall.org/names/118522>,
        <http://data.carnegiehall.org/names/126638>,
        <http://data.carnegiehall.org/names/134205>,
        <http://data.carnegiehall.org/names/134206>,
        <http://data.carnegiehall.org/names/134207>,
        <http://data.carnegiehall.org/names/60803>,
        <http://data.carnegiehall.org/names/86459>,
        <http://data.carnegiehall.org/names/86802> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/118472> ;
    rdfs:comment "world premiere" .

