@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/42053/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Concerto for Cello and Winds" ;
    ns2:bassoon <http://data.carnegiehall.org/names/71116>,
        <http://data.carnegiehall.org/names/71117> ;
    ns2:cello <http://data.carnegiehall.org/names/58762> ;
    ns2:clarinet <http://data.carnegiehall.org/names/71114>,
        <http://data.carnegiehall.org/names/71115> ;
    ns2:conductor <http://data.carnegiehall.org/names/71120> ;
    ns2:flute <http://data.carnegiehall.org/names/71108>,
        <http://data.carnegiehall.org/names/71111> ;
    ns2:french_horn <http://data.carnegiehall.org/names/71118> ;
    ns2:oboe <http://data.carnegiehall.org/names/71112>,
        <http://data.carnegiehall.org/names/71113> ;
    ns2:trumpet <http://data.carnegiehall.org/names/71119> ;
    ns2:wind_ensemble <http://data.carnegiehall.org/names/71107> ;
    ns1:performer <http://data.carnegiehall.org/names/58762>,
        <http://data.carnegiehall.org/names/71107>,
        <http://data.carnegiehall.org/names/71108>,
        <http://data.carnegiehall.org/names/71111>,
        <http://data.carnegiehall.org/names/71112>,
        <http://data.carnegiehall.org/names/71113>,
        <http://data.carnegiehall.org/names/71114>,
        <http://data.carnegiehall.org/names/71115>,
        <http://data.carnegiehall.org/names/71116>,
        <http://data.carnegiehall.org/names/71117>,
        <http://data.carnegiehall.org/names/71118>,
        <http://data.carnegiehall.org/names/71119>,
        <http://data.carnegiehall.org/names/71120> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/53493> .

