@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/41716/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Octet" ;
    ns2:bassoon <http://data.carnegiehall.org/names/10167> ;
    ns2:cello <http://data.carnegiehall.org/names/50503> ;
    ns2:clarinet <http://data.carnegiehall.org/names/49434> ;
    ns2:double_bass <http://data.carnegiehall.org/names/19379> ;
    ns2:french_horn <http://data.carnegiehall.org/names/70183> ;
    ns2:viola <http://data.carnegiehall.org/names/60999> ;
    ns2:violin <http://data.carnegiehall.org/names/10336>,
        <http://data.carnegiehall.org/names/42349> ;
    ns1:performer <http://data.carnegiehall.org/names/10167>,
        <http://data.carnegiehall.org/names/10336>,
        <http://data.carnegiehall.org/names/19379>,
        <http://data.carnegiehall.org/names/42349>,
        <http://data.carnegiehall.org/names/49434>,
        <http://data.carnegiehall.org/names/50503>,
        <http://data.carnegiehall.org/names/60999>,
        <http://data.carnegiehall.org/names/70183> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/67051> .

