@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/27834/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Condemned Playground" ;
    ns1:bassoon <http://data.carnegiehall.org/names/48130> ;
    ns1:cello <http://data.carnegiehall.org/names/60304> ;
    ns1:conductor <http://data.carnegiehall.org/names/36223> ;
    ns1:flute <http://data.carnegiehall.org/names/38174> ;
    ns1:soprano <http://data.carnegiehall.org/names/10072> ;
    ns1:tenor <http://data.carnegiehall.org/names/1923> ;
    ns1:viola <http://data.carnegiehall.org/names/49929> ;
    ns1:violin <http://data.carnegiehall.org/names/42166>,
        <http://data.carnegiehall.org/names/7059> ;
    ns2:performer <http://data.carnegiehall.org/names/10072>,
        <http://data.carnegiehall.org/names/1923>,
        <http://data.carnegiehall.org/names/36223>,
        <http://data.carnegiehall.org/names/38174>,
        <http://data.carnegiehall.org/names/42166>,
        <http://data.carnegiehall.org/names/48130>,
        <http://data.carnegiehall.org/names/49929>,
        <http://data.carnegiehall.org/names/60304>,
        <http://data.carnegiehall.org/names/7059> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/33703> .

