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

<http://data.carnegiehall.org/events/7451/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "I'm so glad trouble don't last always" ;
    ns1:choir <http://data.carnegiehall.org/names/85294> ;
    ns1:harp <http://data.carnegiehall.org/names/42184> ;
    ns1:organ <http://data.carnegiehall.org/names/18064> ;
    ns1:string_orchestra <http://data.carnegiehall.org/names/19029> ;
    ns1:unspecified_voice <http://data.carnegiehall.org/names/85295> ;
    ns2:performer <http://data.carnegiehall.org/names/18064>,
        <http://data.carnegiehall.org/names/19029>,
        <http://data.carnegiehall.org/names/42184>,
        <http://data.carnegiehall.org/names/85294>,
        <http://data.carnegiehall.org/names/85295> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/57889> .

