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

<http://data.carnegiehall.org/events/18434/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "I Will" ;
    ns2:bassoon <http://data.carnegiehall.org/names/13448> ;
    ns2:clarinet <http://data.carnegiehall.org/names/60420> ;
    ns2:flute <http://data.carnegiehall.org/names/52919> ;
    ns2:french_horn <http://data.carnegiehall.org/names/51414> ;
    ns2:oboe <http://data.carnegiehall.org/names/1845> ;
    ns2:wind_quintet <http://data.carnegiehall.org/names/29837> ;
    ns3:performer <http://data.carnegiehall.org/names/13448>,
        <http://data.carnegiehall.org/names/1845>,
        <http://data.carnegiehall.org/names/29837>,
        <http://data.carnegiehall.org/names/51414>,
        <http://data.carnegiehall.org/names/52919>,
        <http://data.carnegiehall.org/names/60420> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/24158> .

