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

<http://data.carnegiehall.org/events/61428/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Holy, Holy, Holy" ;
    ns1:childrens_chorus <http://data.carnegiehall.org/names/114473> ;
    ns1:choir <http://data.carnegiehall.org/names/114472> ;
    ns1:conductor <http://data.carnegiehall.org/names/86663> ;
    ns1:piano <http://data.carnegiehall.org/names/9287> ;
    ns3:performer <http://data.carnegiehall.org/names/114472>,
        <http://data.carnegiehall.org/names/114473>,
        <http://data.carnegiehall.org/names/86663>,
        <http://data.carnegiehall.org/names/9287> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/103561> .

