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

<http://data.carnegiehall.org/events/42865/work_01> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Probability Cloud" ;
    ns1:cello <http://data.carnegiehall.org/names/73229> ;
    ns1:clarinet <http://data.carnegiehall.org/names/73231> ;
    ns1:electric_guitar <http://data.carnegiehall.org/names/20093> ;
    ns1:jazz_quartet <http://data.carnegiehall.org/names/73227> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/73231> ;
    ns1:trumpet <http://data.carnegiehall.org/names/73230> ;
    ns1:viola <http://data.carnegiehall.org/names/73228> ;
    ns1:violin <http://data.carnegiehall.org/names/66169> ;
    ns2:performer <http://data.carnegiehall.org/names/20093>,
        <http://data.carnegiehall.org/names/66169>,
        <http://data.carnegiehall.org/names/73227>,
        <http://data.carnegiehall.org/names/73228>,
        <http://data.carnegiehall.org/names/73229>,
        <http://data.carnegiehall.org/names/73230>,
        <http://data.carnegiehall.org/names/73231> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/69680> ;
    rdfs:comment "world premiere" .

