@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/15804/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Serenade in D Minor, Op. 44" ;
    ns1:bassoon <http://data.carnegiehall.org/names/49181>,
        <http://data.carnegiehall.org/names/9931> ;
    ns1:cello <http://data.carnegiehall.org/names/3530> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/52762> ;
    ns1:clarinet <http://data.carnegiehall.org/names/57561>,
        <http://data.carnegiehall.org/names/6373> ;
    ns1:double_bass <http://data.carnegiehall.org/names/51453> ;
    ns1:french_horn <http://data.carnegiehall.org/names/13755>,
        <http://data.carnegiehall.org/names/1388>,
        <http://data.carnegiehall.org/names/37000> ;
    ns1:oboe <http://data.carnegiehall.org/names/28083>,
        <http://data.carnegiehall.org/names/59197> ;
    ns2:performer <http://data.carnegiehall.org/names/13755>,
        <http://data.carnegiehall.org/names/1388>,
        <http://data.carnegiehall.org/names/28083>,
        <http://data.carnegiehall.org/names/3530>,
        <http://data.carnegiehall.org/names/37000>,
        <http://data.carnegiehall.org/names/49181>,
        <http://data.carnegiehall.org/names/51453>,
        <http://data.carnegiehall.org/names/52762>,
        <http://data.carnegiehall.org/names/57561>,
        <http://data.carnegiehall.org/names/59197>,
        <http://data.carnegiehall.org/names/6373>,
        <http://data.carnegiehall.org/names/9931> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/53773> .

