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

<http://data.carnegiehall.org/events/50060/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Façade – An Entertainment" ;
    ns1:alto_saxophone <http://data.carnegiehall.org/names/91341> ;
    ns1:bass_clarinet <http://data.carnegiehall.org/names/91340> ;
    ns1:cello <http://data.carnegiehall.org/names/91345> ;
    ns1:clarinet <http://data.carnegiehall.org/names/91340> ;
    ns1:conductor <http://data.carnegiehall.org/names/91337> ;
    ns1:flute <http://data.carnegiehall.org/names/91339> ;
    ns1:narrator <http://data.carnegiehall.org/names/68321>,
        <http://data.carnegiehall.org/names/91338> ;
    ns1:percussion <http://data.carnegiehall.org/names/91343>,
        <http://data.carnegiehall.org/names/91344> ;
    ns1:piccolo <http://data.carnegiehall.org/names/91339> ;
    ns1:trumpet <http://data.carnegiehall.org/names/91342> ;
    ns3:performer <http://data.carnegiehall.org/names/68321>,
        <http://data.carnegiehall.org/names/91337>,
        <http://data.carnegiehall.org/names/91338>,
        <http://data.carnegiehall.org/names/91339>,
        <http://data.carnegiehall.org/names/91340>,
        <http://data.carnegiehall.org/names/91341>,
        <http://data.carnegiehall.org/names/91342>,
        <http://data.carnegiehall.org/names/91343>,
        <http://data.carnegiehall.org/names/91344>,
        <http://data.carnegiehall.org/names/91345> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/48380> .

