@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/10545/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Music for 18 Musicians" ;
    ns2:cello <http://data.carnegiehall.org/names/14419> ;
    ns2:flute <http://data.carnegiehall.org/names/43604> ;
    ns2:percussion <http://data.carnegiehall.org/names/10609>,
        <http://data.carnegiehall.org/names/35173>,
        <http://data.carnegiehall.org/names/44727>,
        <http://data.carnegiehall.org/names/44954>,
        <http://data.carnegiehall.org/names/48494>,
        <http://data.carnegiehall.org/names/49806>,
        <http://data.carnegiehall.org/names/59383> ;
    ns2:percussion_ensemble <http://data.carnegiehall.org/names/30910> ;
    ns2:piano <http://data.carnegiehall.org/names/48504>,
        <http://data.carnegiehall.org/names/5797>,
        <http://data.carnegiehall.org/names/9514> ;
    ns2:soprano <http://data.carnegiehall.org/names/4185>,
        <http://data.carnegiehall.org/names/45823>,
        <http://data.carnegiehall.org/names/54701> ;
    ns2:violin <http://data.carnegiehall.org/names/56393> ;
    ns2:vocalist <http://data.carnegiehall.org/names/55959> ;
    ns2:woodwinds <http://data.carnegiehall.org/names/50350> ;
    ns1:performer <http://data.carnegiehall.org/names/10609>,
        <http://data.carnegiehall.org/names/14419>,
        <http://data.carnegiehall.org/names/30910>,
        <http://data.carnegiehall.org/names/35173>,
        <http://data.carnegiehall.org/names/4185>,
        <http://data.carnegiehall.org/names/43604>,
        <http://data.carnegiehall.org/names/44727>,
        <http://data.carnegiehall.org/names/44954>,
        <http://data.carnegiehall.org/names/45823>,
        <http://data.carnegiehall.org/names/48494>,
        <http://data.carnegiehall.org/names/48504>,
        <http://data.carnegiehall.org/names/49806>,
        <http://data.carnegiehall.org/names/50350>,
        <http://data.carnegiehall.org/names/54701>,
        <http://data.carnegiehall.org/names/55959>,
        <http://data.carnegiehall.org/names/56393>,
        <http://data.carnegiehall.org/names/5797>,
        <http://data.carnegiehall.org/names/59383>,
        <http://data.carnegiehall.org/names/9514> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/69191> .

