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

<http://data.carnegiehall.org/events/41716/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Monochrome III" ;
    ns3:chamber_ensemble <http://data.carnegiehall.org/names/70182> ;
    ns3:clarinet <http://data.carnegiehall.org/names/20388>,
        <http://data.carnegiehall.org/names/41234>,
        <http://data.carnegiehall.org/names/49434>,
        <http://data.carnegiehall.org/names/5780>,
        <http://data.carnegiehall.org/names/70184>,
        <http://data.carnegiehall.org/names/70185>,
        <http://data.carnegiehall.org/names/70186>,
        <http://data.carnegiehall.org/names/70187>,
        <http://data.carnegiehall.org/names/70188> ;
    ns2:performer <http://data.carnegiehall.org/names/20388>,
        <http://data.carnegiehall.org/names/41234>,
        <http://data.carnegiehall.org/names/49434>,
        <http://data.carnegiehall.org/names/5780>,
        <http://data.carnegiehall.org/names/70182>,
        <http://data.carnegiehall.org/names/70184>,
        <http://data.carnegiehall.org/names/70185>,
        <http://data.carnegiehall.org/names/70186>,
        <http://data.carnegiehall.org/names/70187>,
        <http://data.carnegiehall.org/names/70188> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/67050> .

