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

<http://data.carnegiehall.org/events/39916/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "A Joy as it Flies" ;
    ns1:accordion <http://data.carnegiehall.org/names/66495> ;
    ns1:bass_guitar <http://data.carnegiehall.org/names/56164> ;
    ns1:claviola <http://data.carnegiehall.org/names/66495> ;
    ns1:drums <http://data.carnegiehall.org/names/66498> ;
    ns1:guitar <http://data.carnegiehall.org/names/66495>,
        <http://data.carnegiehall.org/names/66496> ;
    ns1:piano <http://data.carnegiehall.org/names/14413>,
        <http://data.carnegiehall.org/names/66495> ;
    ns1:violin <http://data.carnegiehall.org/names/24800> ;
    ns1:vocalist <http://data.carnegiehall.org/names/66495> ;
    ns2:performer <http://data.carnegiehall.org/names/14413>,
        <http://data.carnegiehall.org/names/24800>,
        <http://data.carnegiehall.org/names/56164>,
        <http://data.carnegiehall.org/names/66495>,
        <http://data.carnegiehall.org/names/66496>,
        <http://data.carnegiehall.org/names/66498> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/63572> .

