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

<http://data.carnegiehall.org/events/53238/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Escape" ;
    ns1:alto_saxophone <http://data.carnegiehall.org/names/96732> ;
    ns1:baritone <http://data.carnegiehall.org/names/96739> ;
    ns1:bass <http://data.carnegiehall.org/names/96740> ;
    ns1:choir <http://data.carnegiehall.org/names/96737> ;
    ns1:clarinet <http://data.carnegiehall.org/names/96741> ;
    ns1:double_bass <http://data.carnegiehall.org/names/96731> ;
    ns1:drums <http://data.carnegiehall.org/names/96742> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/96738> ;
    ns1:piano <http://data.carnegiehall.org/names/96736> ;
    ns1:trumpet <http://data.carnegiehall.org/names/96733> ;
    ns2:performer <http://data.carnegiehall.org/names/96731>,
        <http://data.carnegiehall.org/names/96732>,
        <http://data.carnegiehall.org/names/96733>,
        <http://data.carnegiehall.org/names/96736>,
        <http://data.carnegiehall.org/names/96737>,
        <http://data.carnegiehall.org/names/96738>,
        <http://data.carnegiehall.org/names/96739>,
        <http://data.carnegiehall.org/names/96740>,
        <http://data.carnegiehall.org/names/96741>,
        <http://data.carnegiehall.org/names/96742> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/89986> .

