@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/43830/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Music for 18 Musicians" ;
    ns2:alto <http://data.carnegiehall.org/names/75621> ;
    ns2:bass_clarinet <http://data.carnegiehall.org/names/50350>,
        <http://data.carnegiehall.org/names/58533> ;
    ns2:cello <http://data.carnegiehall.org/names/14419> ;
    ns2:clarinet <http://data.carnegiehall.org/names/50350>,
        <http://data.carnegiehall.org/names/58533> ;
    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/35173>,
        <http://data.carnegiehall.org/names/48504>,
        <http://data.carnegiehall.org/names/5797>,
        <http://data.carnegiehall.org/names/75620>,
        <http://data.carnegiehall.org/names/9514> ;
    ns2:soprano <http://data.carnegiehall.org/names/66103>,
        <http://data.carnegiehall.org/names/75619>,
        <http://data.carnegiehall.org/names/75620> ;
    ns2:violin <http://data.carnegiehall.org/names/33655> ;
    ns2:vocal_ensemble <http://data.carnegiehall.org/names/66101> ;
    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/33655>,
        <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/48504>,
        <http://data.carnegiehall.org/names/49806>,
        <http://data.carnegiehall.org/names/50350>,
        <http://data.carnegiehall.org/names/5797>,
        <http://data.carnegiehall.org/names/58533>,
        <http://data.carnegiehall.org/names/59383>,
        <http://data.carnegiehall.org/names/66101>,
        <http://data.carnegiehall.org/names/66103>,
        <http://data.carnegiehall.org/names/75619>,
        <http://data.carnegiehall.org/names/75620>,
        <http://data.carnegiehall.org/names/75621>,
        <http://data.carnegiehall.org/names/9514> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/69191> .

