@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/16583/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Serenade in D Minor, Op. 44" ;
    ns1:bassoon <http://data.carnegiehall.org/names/17021>,
        <http://data.carnegiehall.org/names/23084> ;
    ns1:cello <http://data.carnegiehall.org/names/45437> ;
    ns1:clarinet <http://data.carnegiehall.org/names/10953>,
        <http://data.carnegiehall.org/names/24737> ;
    ns1:double_bass <http://data.carnegiehall.org/names/2983> ;
    ns1:french_horn <http://data.carnegiehall.org/names/1388>,
        <http://data.carnegiehall.org/names/2087>,
        <http://data.carnegiehall.org/names/44478> ;
    ns1:oboe <http://data.carnegiehall.org/names/10955>,
        <http://data.carnegiehall.org/names/6810> ;
    ns2:performer <http://data.carnegiehall.org/names/10953>,
        <http://data.carnegiehall.org/names/10955>,
        <http://data.carnegiehall.org/names/1388>,
        <http://data.carnegiehall.org/names/17021>,
        <http://data.carnegiehall.org/names/2087>,
        <http://data.carnegiehall.org/names/23084>,
        <http://data.carnegiehall.org/names/24737>,
        <http://data.carnegiehall.org/names/2983>,
        <http://data.carnegiehall.org/names/44478>,
        <http://data.carnegiehall.org/names/45437>,
        <http://data.carnegiehall.org/names/6810> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/53773> .

