@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/71538/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Septet No. 1, Op. 95a (Variations on American Children's Songs)" ;
    ns1:bassoon <http://data.carnegiehall.org/names/89190> ;
    ns1:cello <http://data.carnegiehall.org/names/83114> ;
    ns1:clarinet <http://data.carnegiehall.org/names/85615> ;
    ns1:flute <http://data.carnegiehall.org/names/92164> ;
    ns1:viola <http://data.carnegiehall.org/names/75685> ;
    ns1:violin <http://data.carnegiehall.org/names/103845>,
        <http://data.carnegiehall.org/names/96641> ;
    ns3:performer <http://data.carnegiehall.org/names/103845>,
        <http://data.carnegiehall.org/names/75685>,
        <http://data.carnegiehall.org/names/83114>,
        <http://data.carnegiehall.org/names/85615>,
        <http://data.carnegiehall.org/names/89190>,
        <http://data.carnegiehall.org/names/92164>,
        <http://data.carnegiehall.org/names/96641> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/115823> .

