@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/77138/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "To the White People of America" ;
    ns1:baroque_guitar <http://data.carnegiehall.org/names/137791> ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/97571> ;
    ns1:bass_guitar <http://data.carnegiehall.org/names/92176> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/136139> ;
    ns1:percussion <http://data.carnegiehall.org/names/137792> ;
    ns1:piano <http://data.carnegiehall.org/names/137789> ;
    ns1:viola <http://data.carnegiehall.org/names/82353> ;
    ns1:violin <http://data.carnegiehall.org/names/137790>,
        <http://data.carnegiehall.org/names/77501> ;
    ns1:woodwinds <http://data.carnegiehall.org/names/137792> ;
    ns2:performer <http://data.carnegiehall.org/names/136139>,
        <http://data.carnegiehall.org/names/137789>,
        <http://data.carnegiehall.org/names/137790>,
        <http://data.carnegiehall.org/names/137791>,
        <http://data.carnegiehall.org/names/137792>,
        <http://data.carnegiehall.org/names/77501>,
        <http://data.carnegiehall.org/names/82353>,
        <http://data.carnegiehall.org/names/92176>,
        <http://data.carnegiehall.org/names/97571> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/121717> .

