@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/68855/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Serenade for Tenor, Horn, and Strings, Op. 31" ;
    ns2:cello <http://data.carnegiehall.org/names/44858>,
        <http://data.carnegiehall.org/names/67289> ;
    ns2:conductor <http://data.carnegiehall.org/names/128958> ;
    ns2:double_bass <http://data.carnegiehall.org/names/128957> ;
    ns2:french_horn <http://data.carnegiehall.org/names/8249> ;
    ns2:tenor <http://data.carnegiehall.org/names/76916> ;
    ns2:viola <http://data.carnegiehall.org/names/125736>,
        <http://data.carnegiehall.org/names/128956>,
        <http://data.carnegiehall.org/names/54891> ;
    ns2:violin <http://data.carnegiehall.org/names/126406>,
        <http://data.carnegiehall.org/names/126460>,
        <http://data.carnegiehall.org/names/15752>,
        <http://data.carnegiehall.org/names/23363>,
        <http://data.carnegiehall.org/names/33532>,
        <http://data.carnegiehall.org/names/49701>,
        <http://data.carnegiehall.org/names/72359>,
        <http://data.carnegiehall.org/names/99510> ;
    ns1:performer <http://data.carnegiehall.org/names/125736>,
        <http://data.carnegiehall.org/names/126406>,
        <http://data.carnegiehall.org/names/126460>,
        <http://data.carnegiehall.org/names/128956>,
        <http://data.carnegiehall.org/names/128957>,
        <http://data.carnegiehall.org/names/128958>,
        <http://data.carnegiehall.org/names/15752>,
        <http://data.carnegiehall.org/names/23363>,
        <http://data.carnegiehall.org/names/33532>,
        <http://data.carnegiehall.org/names/44858>,
        <http://data.carnegiehall.org/names/49701>,
        <http://data.carnegiehall.org/names/54891>,
        <http://data.carnegiehall.org/names/67289>,
        <http://data.carnegiehall.org/names/72359>,
        <http://data.carnegiehall.org/names/76916>,
        <http://data.carnegiehall.org/names/8249>,
        <http://data.carnegiehall.org/names/99510> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/10617> .

