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

<http://data.carnegiehall.org/events/69260/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Forever Music" ;
    ns3:choir <http://data.carnegiehall.org/names/100583>,
        <http://data.carnegiehall.org/names/116586>,
        <http://data.carnegiehall.org/names/121985>,
        <http://data.carnegiehall.org/names/128007>,
        <http://data.carnegiehall.org/names/128009>,
        <http://data.carnegiehall.org/names/128011>,
        <http://data.carnegiehall.org/names/128012>,
        <http://data.carnegiehall.org/names/128013>,
        <http://data.carnegiehall.org/names/128014> ;
    ns3:conductor <http://data.carnegiehall.org/names/101919> ;
    ns3:piano <http://data.carnegiehall.org/names/109872> ;
    ns1:performer <http://data.carnegiehall.org/names/100583>,
        <http://data.carnegiehall.org/names/101919>,
        <http://data.carnegiehall.org/names/109872>,
        <http://data.carnegiehall.org/names/116586>,
        <http://data.carnegiehall.org/names/121985>,
        <http://data.carnegiehall.org/names/128007>,
        <http://data.carnegiehall.org/names/128009>,
        <http://data.carnegiehall.org/names/128011>,
        <http://data.carnegiehall.org/names/128012>,
        <http://data.carnegiehall.org/names/128013>,
        <http://data.carnegiehall.org/names/128014> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/101196> .

