@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/25292/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Debate" ;
    ns1:moderator <http://data.carnegiehall.org/names/57141> ;
    ns1:speaker <http://data.carnegiehall.org/names/16299>,
        <http://data.carnegiehall.org/names/22117>,
        <http://data.carnegiehall.org/names/26203>,
        <http://data.carnegiehall.org/names/28859>,
        <http://data.carnegiehall.org/names/28860>,
        <http://data.carnegiehall.org/names/38642>,
        <http://data.carnegiehall.org/names/50090>,
        <http://data.carnegiehall.org/names/8291> ;
    ns2:performer <http://data.carnegiehall.org/names/16299>,
        <http://data.carnegiehall.org/names/22117>,
        <http://data.carnegiehall.org/names/26203>,
        <http://data.carnegiehall.org/names/28859>,
        <http://data.carnegiehall.org/names/28860>,
        <http://data.carnegiehall.org/names/38642>,
        <http://data.carnegiehall.org/names/50090>,
        <http://data.carnegiehall.org/names/57141>,
        <http://data.carnegiehall.org/names/8291> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/33671> .

