@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/33797/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Octet in F Major, D. 803" ;
    ns1:bassoon <http://data.carnegiehall.org/names/27420> ;
    ns1:cello <http://data.carnegiehall.org/names/12651> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/18809> ;
    ns1:clarinet <http://data.carnegiehall.org/names/19651> ;
    ns1:double_bass <http://data.carnegiehall.org/names/18365> ;
    ns1:french_horn <http://data.carnegiehall.org/names/53829> ;
    ns1:viola <http://data.carnegiehall.org/names/7336> ;
    ns1:violin <http://data.carnegiehall.org/names/51107>,
        <http://data.carnegiehall.org/names/60165> ;
    ns2:performer <http://data.carnegiehall.org/names/12651>,
        <http://data.carnegiehall.org/names/18365>,
        <http://data.carnegiehall.org/names/18809>,
        <http://data.carnegiehall.org/names/19651>,
        <http://data.carnegiehall.org/names/27420>,
        <http://data.carnegiehall.org/names/51107>,
        <http://data.carnegiehall.org/names/53829>,
        <http://data.carnegiehall.org/names/60165>,
        <http://data.carnegiehall.org/names/7336> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/34835> .

