@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/71665/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Octet in F Major, D. 803" ;
    ns1:bassoon <http://data.carnegiehall.org/names/99882> ;
    ns1:cello <http://data.carnegiehall.org/names/53238> ;
    ns1:clarinet <http://data.carnegiehall.org/names/125737> ;
    ns1:double_bass <http://data.carnegiehall.org/names/128957> ;
    ns1:french_horn <http://data.carnegiehall.org/names/28221> ;
    ns1:viola <http://data.carnegiehall.org/names/128956> ;
    ns1:violin <http://data.carnegiehall.org/names/31340>,
        <http://data.carnegiehall.org/names/72358> ;
    ns2:performer <http://data.carnegiehall.org/names/125737>,
        <http://data.carnegiehall.org/names/128956>,
        <http://data.carnegiehall.org/names/128957>,
        <http://data.carnegiehall.org/names/28221>,
        <http://data.carnegiehall.org/names/31340>,
        <http://data.carnegiehall.org/names/53238>,
        <http://data.carnegiehall.org/names/72358>,
        <http://data.carnegiehall.org/names/99882> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/34835> .

