@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/29665/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Façade 2: A Further Entertainment" ;
    ns2:alto_saxophone <http://data.carnegiehall.org/names/22958> ;
    ns2:cello <http://data.carnegiehall.org/names/13921> ;
    ns2:clarinet <http://data.carnegiehall.org/names/659> ;
    ns2:flute <http://data.carnegiehall.org/names/53428> ;
    ns2:narrator <http://data.carnegiehall.org/names/9346> ;
    ns2:percussion <http://data.carnegiehall.org/names/5076> ;
    ns2:trumpet <http://data.carnegiehall.org/names/38636> ;
    ns1:performer <http://data.carnegiehall.org/names/13921>,
        <http://data.carnegiehall.org/names/22958>,
        <http://data.carnegiehall.org/names/38636>,
        <http://data.carnegiehall.org/names/5076>,
        <http://data.carnegiehall.org/names/53428>,
        <http://data.carnegiehall.org/names/659>,
        <http://data.carnegiehall.org/names/9346> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/6434> .

