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

<http://data.carnegiehall.org/events/33797/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Quintet for Clarinet and Strings in A Major, K. 581" ;
    ns3:bassoon <http://data.carnegiehall.org/names/27420> ;
    ns3:cello <http://data.carnegiehall.org/names/12651> ;
    ns3:chamber_ensemble <http://data.carnegiehall.org/names/18809> ;
    ns3:clarinet <http://data.carnegiehall.org/names/19651> ;
    ns3:double_bass <http://data.carnegiehall.org/names/18365> ;
    ns3:french_horn <http://data.carnegiehall.org/names/53829> ;
    ns3:viola <http://data.carnegiehall.org/names/7336> ;
    ns3:violin <http://data.carnegiehall.org/names/51107>,
        <http://data.carnegiehall.org/names/60165> ;
    ns1: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> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/549> .

