@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/13690/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Gallows Pole" ;
    ns1:alto_saxophone <http://data.carnegiehall.org/names/4165> ;
    ns1:choir <http://data.carnegiehall.org/names/46007> ;
    ns1:conductor <http://data.carnegiehall.org/names/54302> ;
    ns1:double_bass <http://data.carnegiehall.org/names/46139> ;
    ns1:drums <http://data.carnegiehall.org/names/39523> ;
    ns1:folk_singer <http://data.carnegiehall.org/names/22328> ;
    ns1:jazz_ensemble <http://data.carnegiehall.org/names/788> ;
    ns1:piano <http://data.carnegiehall.org/names/14017> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/4559> ;
    ns1:trumpet <http://data.carnegiehall.org/names/41233> ;
    ns2:performer <http://data.carnegiehall.org/names/14017>,
        <http://data.carnegiehall.org/names/22328>,
        <http://data.carnegiehall.org/names/39523>,
        <http://data.carnegiehall.org/names/41233>,
        <http://data.carnegiehall.org/names/4165>,
        <http://data.carnegiehall.org/names/4559>,
        <http://data.carnegiehall.org/names/46007>,
        <http://data.carnegiehall.org/names/46139>,
        <http://data.carnegiehall.org/names/54302>,
        <http://data.carnegiehall.org/names/788> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/85265> .

