@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/42616/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Lord of the Rings Symphony: Fellowship of the Ring" ;
    ns2:boy_soprano <http://data.carnegiehall.org/names/72554> ;
    ns2:mens_chorus <http://data.carnegiehall.org/names/60149> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/72553> ;
    ns2:orchestra <http://data.carnegiehall.org/names/22969> ;
    ns1:performer <http://data.carnegiehall.org/names/22969>,
        <http://data.carnegiehall.org/names/60149>,
        <http://data.carnegiehall.org/names/72553>,
        <http://data.carnegiehall.org/names/72554> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/69089> .

