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

<http://data.carnegiehall.org/events/32968/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Discussion" ;
    ns3:moderator <http://data.carnegiehall.org/names/60076> ;
    ns3:speaker <http://data.carnegiehall.org/names/21846>,
        <http://data.carnegiehall.org/names/36476>,
        <http://data.carnegiehall.org/names/7324>,
        <http://data.carnegiehall.org/names/7325> ;
    ns2:performer <http://data.carnegiehall.org/names/21846>,
        <http://data.carnegiehall.org/names/36476>,
        <http://data.carnegiehall.org/names/60076>,
        <http://data.carnegiehall.org/names/7324>,
        <http://data.carnegiehall.org/names/7325> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/48375> .

