@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/23352/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Three Pieces from Children's Corner" ;
    ns3:bass_clarinet <http://data.carnegiehall.org/names/60099> ;
    ns3:bassoon <http://data.carnegiehall.org/names/20994> ;
    ns3:clarinet <http://data.carnegiehall.org/names/41234> ;
    ns3:contrabassoon <http://data.carnegiehall.org/names/57251> ;
    ns3:english_horn <http://data.carnegiehall.org/names/43938> ;
    ns3:flute <http://data.carnegiehall.org/names/35248> ;
    ns3:french_horn <http://data.carnegiehall.org/names/12487>,
        <http://data.carnegiehall.org/names/59463> ;
    ns3:oboe <http://data.carnegiehall.org/names/37172> ;
    ns3:piccolo <http://data.carnegiehall.org/names/35248> ;
    ns3:wind_ensemble <http://data.carnegiehall.org/names/20656> ;
    ns2:performer <http://data.carnegiehall.org/names/12487>,
        <http://data.carnegiehall.org/names/20656>,
        <http://data.carnegiehall.org/names/20994>,
        <http://data.carnegiehall.org/names/35248>,
        <http://data.carnegiehall.org/names/37172>,
        <http://data.carnegiehall.org/names/41234>,
        <http://data.carnegiehall.org/names/43938>,
        <http://data.carnegiehall.org/names/57251>,
        <http://data.carnegiehall.org/names/59463>,
        <http://data.carnegiehall.org/names/60099> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/106220> .

