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

<http://data.carnegiehall.org/events/77261/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Entr'acte" ;
    ns2:cello <http://data.carnegiehall.org/names/136081>,
        <http://data.carnegiehall.org/names/44858>,
        <http://data.carnegiehall.org/names/54304> ;
    ns2:conductor <http://data.carnegiehall.org/names/93577> ;
    ns2:double_bass <http://data.carnegiehall.org/names/134025>,
        <http://data.carnegiehall.org/names/140417> ;
    ns2:viola <http://data.carnegiehall.org/names/125736>,
        <http://data.carnegiehall.org/names/27164>,
        <http://data.carnegiehall.org/names/76752> ;
    ns2:violin <http://data.carnegiehall.org/names/140978>,
        <http://data.carnegiehall.org/names/15752>,
        <http://data.carnegiehall.org/names/71148>,
        <http://data.carnegiehall.org/names/72360>,
        <http://data.carnegiehall.org/names/80227>,
        <http://data.carnegiehall.org/names/99510> ;
    ns1:performer <http://data.carnegiehall.org/names/125736>,
        <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/27164>,
        <http://data.carnegiehall.org/names/44858>,
        <http://data.carnegiehall.org/names/54304>,
        <http://data.carnegiehall.org/names/71148>,
        <http://data.carnegiehall.org/names/72360>,
        <http://data.carnegiehall.org/names/76752>,
        <http://data.carnegiehall.org/names/80227>,
        <http://data.carnegiehall.org/names/93577>,
        <http://data.carnegiehall.org/names/99510> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/97979> .

