@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/44337/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Jubilate Deo" ;
    ns2:choir <http://data.carnegiehall.org/names/67543>,
        <http://data.carnegiehall.org/names/76866> ;
    ns2:conductor <http://data.carnegiehall.org/names/67544>,
        <http://data.carnegiehall.org/names/76868> ;
    ns2:french_horn <http://data.carnegiehall.org/names/76872> ;
    ns2:trombone <http://data.carnegiehall.org/names/76873> ;
    ns2:trumpet <http://data.carnegiehall.org/names/76870>,
        <http://data.carnegiehall.org/names/76871> ;
    ns2:tuba <http://data.carnegiehall.org/names/76874> ;
    ns1:performer <http://data.carnegiehall.org/names/67543>,
        <http://data.carnegiehall.org/names/67544>,
        <http://data.carnegiehall.org/names/76866>,
        <http://data.carnegiehall.org/names/76868>,
        <http://data.carnegiehall.org/names/76870>,
        <http://data.carnegiehall.org/names/76871>,
        <http://data.carnegiehall.org/names/76872>,
        <http://data.carnegiehall.org/names/76873>,
        <http://data.carnegiehall.org/names/76874> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/4351> .

