@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/71660/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Serenade in E-flat Major, Op. 7" ;
    ns1:bassoon <http://data.carnegiehall.org/names/84889>,
        <http://data.carnegiehall.org/names/99882> ;
    ns1:clarinet <http://data.carnegiehall.org/names/125737>,
        <http://data.carnegiehall.org/names/17188> ;
    ns1:contrabassoon <http://data.carnegiehall.org/names/86386> ;
    ns1:flute <http://data.carnegiehall.org/names/118971>,
        <http://data.carnegiehall.org/names/99883> ;
    ns1:french_horn <http://data.carnegiehall.org/names/23299>,
        <http://data.carnegiehall.org/names/80897>,
        <http://data.carnegiehall.org/names/8249>,
        <http://data.carnegiehall.org/names/87527> ;
    ns1:oboe <http://data.carnegiehall.org/names/126463>,
        <http://data.carnegiehall.org/names/130962> ;
    ns3:performer <http://data.carnegiehall.org/names/118971>,
        <http://data.carnegiehall.org/names/125737>,
        <http://data.carnegiehall.org/names/126463>,
        <http://data.carnegiehall.org/names/130962>,
        <http://data.carnegiehall.org/names/17188>,
        <http://data.carnegiehall.org/names/23299>,
        <http://data.carnegiehall.org/names/80897>,
        <http://data.carnegiehall.org/names/8249>,
        <http://data.carnegiehall.org/names/84889>,
        <http://data.carnegiehall.org/names/86386>,
        <http://data.carnegiehall.org/names/87527>,
        <http://data.carnegiehall.org/names/99882>,
        <http://data.carnegiehall.org/names/99883> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/52109> .

