@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/51759/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Firedance" ;
    ns2:accordion <http://data.carnegiehall.org/names/88385> ;
    ns2:bodhran <http://data.carnegiehall.org/names/94051> ;
    ns2:castanets <http://data.carnegiehall.org/names/94053> ;
    ns2:cello <http://data.carnegiehall.org/names/94052> ;
    ns2:dancer <http://data.carnegiehall.org/names/94055> ;
    ns2:djembe <http://data.carnegiehall.org/names/94054> ;
    ns2:guitar <http://data.carnegiehall.org/names/94050> ;
    ns2:piano <http://data.carnegiehall.org/names/85713> ;
    ns2:soprano <http://data.carnegiehall.org/names/85713> ;
    ns2:violin <http://data.carnegiehall.org/names/85709> ;
    ns1:performer <http://data.carnegiehall.org/names/85709>,
        <http://data.carnegiehall.org/names/85713>,
        <http://data.carnegiehall.org/names/88385>,
        <http://data.carnegiehall.org/names/94050>,
        <http://data.carnegiehall.org/names/94051>,
        <http://data.carnegiehall.org/names/94052>,
        <http://data.carnegiehall.org/names/94053>,
        <http://data.carnegiehall.org/names/94054>,
        <http://data.carnegiehall.org/names/94055> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/86958> .

