@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/79673/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "A Jubilant Song" ;
    ns1:bass_guitar <http://data.carnegiehall.org/names/141086> ;
    ns1:choir <http://data.carnegiehall.org/names/130312>,
        <http://data.carnegiehall.org/names/133681>,
        <http://data.carnegiehall.org/names/141280>,
        <http://data.carnegiehall.org/names/141281>,
        <http://data.carnegiehall.org/names/30484>,
        <http://data.carnegiehall.org/names/67050>,
        <http://data.carnegiehall.org/names/80872>,
        <http://data.carnegiehall.org/names/94527> ;
    ns1:conductor <http://data.carnegiehall.org/names/117149> ;
    ns1:drums <http://data.carnegiehall.org/names/103142> ;
    ns1:piano <http://data.carnegiehall.org/names/102552> ;
    ns3:performer <http://data.carnegiehall.org/names/102552>,
        <http://data.carnegiehall.org/names/103142>,
        <http://data.carnegiehall.org/names/117149>,
        <http://data.carnegiehall.org/names/130312>,
        <http://data.carnegiehall.org/names/133681>,
        <http://data.carnegiehall.org/names/141086>,
        <http://data.carnegiehall.org/names/141280>,
        <http://data.carnegiehall.org/names/141281>,
        <http://data.carnegiehall.org/names/30484>,
        <http://data.carnegiehall.org/names/67050>,
        <http://data.carnegiehall.org/names/80872>,
        <http://data.carnegiehall.org/names/94527> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/124755> .

