@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/50060/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Serenade for Tenor, Horn, and Strings, Op. 31" ;
    ns2:cello <http://data.carnegiehall.org/names/88720>,
        <http://data.carnegiehall.org/names/91335> ;
    ns2:double_bass <http://data.carnegiehall.org/names/91336> ;
    ns2:french_horn <http://data.carnegiehall.org/names/23397> ;
    ns2:tenor <http://data.carnegiehall.org/names/86571> ;
    ns2:viola <http://data.carnegiehall.org/names/88719>,
        <http://data.carnegiehall.org/names/91333>,
        <http://data.carnegiehall.org/names/91334> ;
    ns2:violin <http://data.carnegiehall.org/names/88718>,
        <http://data.carnegiehall.org/names/90803>,
        <http://data.carnegiehall.org/names/91329>,
        <http://data.carnegiehall.org/names/91330>,
        <http://data.carnegiehall.org/names/91331>,
        <http://data.carnegiehall.org/names/91332> ;
    ns1:performer <http://data.carnegiehall.org/names/23397>,
        <http://data.carnegiehall.org/names/86571>,
        <http://data.carnegiehall.org/names/88718>,
        <http://data.carnegiehall.org/names/88719>,
        <http://data.carnegiehall.org/names/88720>,
        <http://data.carnegiehall.org/names/90803>,
        <http://data.carnegiehall.org/names/91329>,
        <http://data.carnegiehall.org/names/91330>,
        <http://data.carnegiehall.org/names/91331>,
        <http://data.carnegiehall.org/names/91332>,
        <http://data.carnegiehall.org/names/91333>,
        <http://data.carnegiehall.org/names/91334>,
        <http://data.carnegiehall.org/names/91335>,
        <http://data.carnegiehall.org/names/91336> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/10617> .

