@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/73728/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Discussion" ;
    ns2:host <http://data.carnegiehall.org/names/129930> ;
    ns2:panelist <http://data.carnegiehall.org/names/107413>,
        <http://data.carnegiehall.org/names/124415>,
        <http://data.carnegiehall.org/names/129931>,
        <http://data.carnegiehall.org/names/129932>,
        <http://data.carnegiehall.org/names/129933>,
        <http://data.carnegiehall.org/names/130023>,
        <http://data.carnegiehall.org/names/133065>,
        <http://data.carnegiehall.org/names/133227>,
        <http://data.carnegiehall.org/names/133228>,
        <http://data.carnegiehall.org/names/133229> ;
    ns1:performer <http://data.carnegiehall.org/names/107413>,
        <http://data.carnegiehall.org/names/124415>,
        <http://data.carnegiehall.org/names/129930>,
        <http://data.carnegiehall.org/names/129931>,
        <http://data.carnegiehall.org/names/129932>,
        <http://data.carnegiehall.org/names/129933>,
        <http://data.carnegiehall.org/names/130023>,
        <http://data.carnegiehall.org/names/133065>,
        <http://data.carnegiehall.org/names/133227>,
        <http://data.carnegiehall.org/names/133228>,
        <http://data.carnegiehall.org/names/133229> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/48375> .

