@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/42936/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "When We No Longer Touch" ;
    ns2:baritone <http://data.carnegiehall.org/names/73377> ;
    ns2:choir <http://data.carnegiehall.org/names/46520>,
        <http://data.carnegiehall.org/names/73383>,
        <http://data.carnegiehall.org/names/73384>,
        <http://data.carnegiehall.org/names/73385>,
        <http://data.carnegiehall.org/names/73390>,
        <http://data.carnegiehall.org/names/73392>,
        <http://data.carnegiehall.org/names/73394> ;
    ns2:mens_chorus <http://data.carnegiehall.org/names/73382>,
        <http://data.carnegiehall.org/names/73386>,
        <http://data.carnegiehall.org/names/73387>,
        <http://data.carnegiehall.org/names/73391>,
        <http://data.carnegiehall.org/names/73393> ;
    ns2:piano <http://data.carnegiehall.org/names/73378> ;
    ns2:soprano <http://data.carnegiehall.org/names/73376> ;
    ns2:womens_chorus <http://data.carnegiehall.org/names/73388>,
        <http://data.carnegiehall.org/names/73389> ;
    ns1:performer <http://data.carnegiehall.org/names/46520>,
        <http://data.carnegiehall.org/names/73376>,
        <http://data.carnegiehall.org/names/73377>,
        <http://data.carnegiehall.org/names/73378>,
        <http://data.carnegiehall.org/names/73382>,
        <http://data.carnegiehall.org/names/73383>,
        <http://data.carnegiehall.org/names/73384>,
        <http://data.carnegiehall.org/names/73385>,
        <http://data.carnegiehall.org/names/73386>,
        <http://data.carnegiehall.org/names/73387>,
        <http://data.carnegiehall.org/names/73388>,
        <http://data.carnegiehall.org/names/73389>,
        <http://data.carnegiehall.org/names/73390>,
        <http://data.carnegiehall.org/names/73391>,
        <http://data.carnegiehall.org/names/73392>,
        <http://data.carnegiehall.org/names/73393>,
        <http://data.carnegiehall.org/names/73394> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/69860> .

