@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/5045/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Debate" ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/51180> ;
    ns1:choir <http://data.carnegiehall.org/names/34576> ;
    ns1:debate_team <http://data.carnegiehall.org/names/49559>,
        <http://data.carnegiehall.org/names/7685> ;
    ns1:moderator <http://data.carnegiehall.org/names/43747> ;
    ns1:speaker <http://data.carnegiehall.org/names/12497>,
        <http://data.carnegiehall.org/names/20798>,
        <http://data.carnegiehall.org/names/22803>,
        <http://data.carnegiehall.org/names/29770>,
        <http://data.carnegiehall.org/names/52982>,
        <http://data.carnegiehall.org/names/55128> ;
    ns2:performer <http://data.carnegiehall.org/names/12497>,
        <http://data.carnegiehall.org/names/20798>,
        <http://data.carnegiehall.org/names/22803>,
        <http://data.carnegiehall.org/names/29770>,
        <http://data.carnegiehall.org/names/34576>,
        <http://data.carnegiehall.org/names/43747>,
        <http://data.carnegiehall.org/names/49559>,
        <http://data.carnegiehall.org/names/51180>,
        <http://data.carnegiehall.org/names/52982>,
        <http://data.carnegiehall.org/names/55128>,
        <http://data.carnegiehall.org/names/7685> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/33671> .

