@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/28942/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Judge Meets the Section" ;
    ns2:chamber_ensemble <http://data.carnegiehall.org/names/46252> ;
    ns2:double_bass <http://data.carnegiehall.org/names/28772>,
        <http://data.carnegiehall.org/names/28930>,
        <http://data.carnegiehall.org/names/51025>,
        <http://data.carnegiehall.org/names/5554>,
        <http://data.carnegiehall.org/names/9895> ;
    ns1:performer <http://data.carnegiehall.org/names/28772>,
        <http://data.carnegiehall.org/names/28930>,
        <http://data.carnegiehall.org/names/46252>,
        <http://data.carnegiehall.org/names/51025>,
        <http://data.carnegiehall.org/names/5554>,
        <http://data.carnegiehall.org/names/9895> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/38613> .

