@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/9868/work_01> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Serenade for Eight Solo Instruments, Op. 77" ;
    ns1:bassoon <http://data.carnegiehall.org/names/55666> ;
    ns1:clarinet <http://data.carnegiehall.org/names/30579> ;
    ns1:double_bass <http://data.carnegiehall.org/names/11600> ;
    ns1:flute <http://data.carnegiehall.org/names/12499> ;
    ns1:french_horn <http://data.carnegiehall.org/names/37062> ;
    ns1:harp <http://data.carnegiehall.org/names/29694> ;
    ns1:viola <http://data.carnegiehall.org/names/59062> ;
    ns1:violin <http://data.carnegiehall.org/names/53040> ;
    ns2:performer <http://data.carnegiehall.org/names/11600>,
        <http://data.carnegiehall.org/names/12499>,
        <http://data.carnegiehall.org/names/29694>,
        <http://data.carnegiehall.org/names/30579>,
        <http://data.carnegiehall.org/names/37062>,
        <http://data.carnegiehall.org/names/53040>,
        <http://data.carnegiehall.org/names/55666>,
        <http://data.carnegiehall.org/names/59062> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/6800> ;
    rdfs:comment "United States premiere" .

