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

<http://data.carnegiehall.org/events/28942/work_07> 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/21460> ;
    ns2:clarinet <http://data.carnegiehall.org/names/21084> ;
    ns2:conductor <http://data.carnegiehall.org/names/26524> ;
    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/12886> ;
    ns3:performer <http://data.carnegiehall.org/names/12886>,
        <http://data.carnegiehall.org/names/21084>,
        <http://data.carnegiehall.org/names/21460>,
        <http://data.carnegiehall.org/names/22958>,
        <http://data.carnegiehall.org/names/26524>,
        <http://data.carnegiehall.org/names/5076>,
        <http://data.carnegiehall.org/names/53428>,
        <http://data.carnegiehall.org/names/9346> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/6434> .

