@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/47300/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Discussion" ;
    ns2:speaker <http://data.carnegiehall.org/names/117000>,
        <http://data.carnegiehall.org/names/14013>,
        <http://data.carnegiehall.org/names/3385>,
        <http://data.carnegiehall.org/names/39409>,
        <http://data.carnegiehall.org/names/40900>,
        <http://data.carnegiehall.org/names/41644>,
        <http://data.carnegiehall.org/names/69080>,
        <http://data.carnegiehall.org/names/83929>,
        <http://data.carnegiehall.org/names/84086>,
        <http://data.carnegiehall.org/names/84087>,
        <http://data.carnegiehall.org/names/84088> ;
    ns1:performer <http://data.carnegiehall.org/names/117000>,
        <http://data.carnegiehall.org/names/14013>,
        <http://data.carnegiehall.org/names/3385>,
        <http://data.carnegiehall.org/names/39409>,
        <http://data.carnegiehall.org/names/40900>,
        <http://data.carnegiehall.org/names/41644>,
        <http://data.carnegiehall.org/names/69080>,
        <http://data.carnegiehall.org/names/83929>,
        <http://data.carnegiehall.org/names/84086>,
        <http://data.carnegiehall.org/names/84087>,
        <http://data.carnegiehall.org/names/84088> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/48375> .

