@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/74672/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Out of This World: From This Moment On" ;
    ns3:double_bass <http://data.carnegiehall.org/names/136843> ;
    ns3:drums <http://data.carnegiehall.org/names/136844> ;
    ns3:guitar <http://data.carnegiehall.org/names/136842> ;
    ns3:tap_dancer <http://data.carnegiehall.org/names/134473> ;
    ns3:trumpet <http://data.carnegiehall.org/names/110417> ;
    ns3:vocalist <http://data.carnegiehall.org/names/110417>,
        <http://data.carnegiehall.org/names/134473>,
        <http://data.carnegiehall.org/names/87585> ;
    ns2:performer <http://data.carnegiehall.org/names/110417>,
        <http://data.carnegiehall.org/names/134473>,
        <http://data.carnegiehall.org/names/136842>,
        <http://data.carnegiehall.org/names/136843>,
        <http://data.carnegiehall.org/names/136844>,
        <http://data.carnegiehall.org/names/87585> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/120841> .

