@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/77832/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Hope Lingers On" ;
    ns2:boys_chorus <http://data.carnegiehall.org/names/138498> ;
    ns2:childrens_chorus <http://data.carnegiehall.org/names/138505> ;
    ns2:choir <http://data.carnegiehall.org/names/134917>,
        <http://data.carnegiehall.org/names/138510>,
        <http://data.carnegiehall.org/names/138511>,
        <http://data.carnegiehall.org/names/138512>,
        <http://data.carnegiehall.org/names/138513>,
        <http://data.carnegiehall.org/names/138514>,
        <http://data.carnegiehall.org/names/138516> ;
    ns2:conductor <http://data.carnegiehall.org/names/109069>,
        <http://data.carnegiehall.org/names/138504> ;
    ns2:girls_chorus <http://data.carnegiehall.org/names/138515>,
        <http://data.carnegiehall.org/names/98350> ;
    ns2:piano <http://data.carnegiehall.org/names/121984> ;
    ns1:performer <http://data.carnegiehall.org/names/109069>,
        <http://data.carnegiehall.org/names/121984>,
        <http://data.carnegiehall.org/names/134917>,
        <http://data.carnegiehall.org/names/138498>,
        <http://data.carnegiehall.org/names/138504>,
        <http://data.carnegiehall.org/names/138505>,
        <http://data.carnegiehall.org/names/138510>,
        <http://data.carnegiehall.org/names/138511>,
        <http://data.carnegiehall.org/names/138512>,
        <http://data.carnegiehall.org/names/138513>,
        <http://data.carnegiehall.org/names/138514>,
        <http://data.carnegiehall.org/names/138515>,
        <http://data.carnegiehall.org/names/138516>,
        <http://data.carnegiehall.org/names/98350> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/112222> .

