@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/68662/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "You Are Enough: A Mental Health Suite: 3. You Are Enough" ;
    ns2:choir <http://data.carnegiehall.org/names/113117>,
        <http://data.carnegiehall.org/names/116586>,
        <http://data.carnegiehall.org/names/117474>,
        <http://data.carnegiehall.org/names/127067>,
        <http://data.carnegiehall.org/names/127068>,
        <http://data.carnegiehall.org/names/127070>,
        <http://data.carnegiehall.org/names/127071>,
        <http://data.carnegiehall.org/names/127072>,
        <http://data.carnegiehall.org/names/30371>,
        <http://data.carnegiehall.org/names/88731> ;
    ns2:conductor <http://data.carnegiehall.org/names/118412>,
        <http://data.carnegiehall.org/names/49861> ;
    ns2:piano <http://data.carnegiehall.org/names/109872> ;
    ns1:performer <http://data.carnegiehall.org/names/109872>,
        <http://data.carnegiehall.org/names/113117>,
        <http://data.carnegiehall.org/names/116586>,
        <http://data.carnegiehall.org/names/117474>,
        <http://data.carnegiehall.org/names/118412>,
        <http://data.carnegiehall.org/names/127067>,
        <http://data.carnegiehall.org/names/127068>,
        <http://data.carnegiehall.org/names/127070>,
        <http://data.carnegiehall.org/names/127071>,
        <http://data.carnegiehall.org/names/127072>,
        <http://data.carnegiehall.org/names/30371>,
        <http://data.carnegiehall.org/names/49861>,
        <http://data.carnegiehall.org/names/88731> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/112292> .

