@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/39287/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Oliver Button is a Sissy" ;
    ns2:alto_flute <http://data.carnegiehall.org/names/65588> ;
    ns2:baritone <http://data.carnegiehall.org/names/65576>,
        <http://data.carnegiehall.org/names/65578>,
        <http://data.carnegiehall.org/names/65579> ;
    ns2:clarinet <http://data.carnegiehall.org/names/65587> ;
    ns2:flute <http://data.carnegiehall.org/names/65586>,
        <http://data.carnegiehall.org/names/65588> ;
    ns2:narrator <http://data.carnegiehall.org/names/65574> ;
    ns2:percussion <http://data.carnegiehall.org/names/65589> ;
    ns2:piccolo <http://data.carnegiehall.org/names/65586> ;
    ns2:tenor <http://data.carnegiehall.org/names/61503>,
        <http://data.carnegiehall.org/names/65575>,
        <http://data.carnegiehall.org/names/65577>,
        <http://data.carnegiehall.org/names/65580>,
        <http://data.carnegiehall.org/names/65581> ;
    ns2:unspecified_voice <http://data.carnegiehall.org/names/65582> ;
    ns1:performer <http://data.carnegiehall.org/names/61503>,
        <http://data.carnegiehall.org/names/65574>,
        <http://data.carnegiehall.org/names/65575>,
        <http://data.carnegiehall.org/names/65576>,
        <http://data.carnegiehall.org/names/65577>,
        <http://data.carnegiehall.org/names/65578>,
        <http://data.carnegiehall.org/names/65579>,
        <http://data.carnegiehall.org/names/65580>,
        <http://data.carnegiehall.org/names/65581>,
        <http://data.carnegiehall.org/names/65582>,
        <http://data.carnegiehall.org/names/65586>,
        <http://data.carnegiehall.org/names/65587>,
        <http://data.carnegiehall.org/names/65588>,
        <http://data.carnegiehall.org/names/65589> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/62634> .

