@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/77261/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Shaker Loops" ;
    ns1:cello <http://data.carnegiehall.org/names/100954>,
        <http://data.carnegiehall.org/names/136081>,
        <http://data.carnegiehall.org/names/44858>,
        <http://data.carnegiehall.org/names/54304> ;
    ns1:conductor <http://data.carnegiehall.org/names/25444> ;
    ns1:double_bass <http://data.carnegiehall.org/names/134025>,
        <http://data.carnegiehall.org/names/140417> ;
    ns1:viola <http://data.carnegiehall.org/names/125736>,
        <http://data.carnegiehall.org/names/27164>,
        <http://data.carnegiehall.org/names/76752> ;
    ns1:violin <http://data.carnegiehall.org/names/126406>,
        <http://data.carnegiehall.org/names/126467>,
        <http://data.carnegiehall.org/names/129101>,
        <http://data.carnegiehall.org/names/140978>,
        <http://data.carnegiehall.org/names/15752>,
        <http://data.carnegiehall.org/names/18415>,
        <http://data.carnegiehall.org/names/72360>,
        <http://data.carnegiehall.org/names/80227>,
        <http://data.carnegiehall.org/names/99510> ;
    ns3:performer <http://data.carnegiehall.org/names/100954>,
        <http://data.carnegiehall.org/names/125736>,
        <http://data.carnegiehall.org/names/126406>,
        <http://data.carnegiehall.org/names/126467>,
        <http://data.carnegiehall.org/names/129101>,
        <http://data.carnegiehall.org/names/134025>,
        <http://data.carnegiehall.org/names/136081>,
        <http://data.carnegiehall.org/names/140417>,
        <http://data.carnegiehall.org/names/140978>,
        <http://data.carnegiehall.org/names/15752>,
        <http://data.carnegiehall.org/names/18415>,
        <http://data.carnegiehall.org/names/25444>,
        <http://data.carnegiehall.org/names/27164>,
        <http://data.carnegiehall.org/names/44858>,
        <http://data.carnegiehall.org/names/54304>,
        <http://data.carnegiehall.org/names/72360>,
        <http://data.carnegiehall.org/names/76752>,
        <http://data.carnegiehall.org/names/80227>,
        <http://data.carnegiehall.org/names/99510> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/85337> .

