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

<http://data.carnegiehall.org/events/71744/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Phantom of the Opera: Entr'acte" ;
    ns3:clarinet <http://data.carnegiehall.org/names/131076> ;
    ns3:conductor <http://data.carnegiehall.org/names/62362> ;
    ns3:flute <http://data.carnegiehall.org/names/131079>,
        <http://data.carnegiehall.org/names/131080> ;
    ns3:keyboard <http://data.carnegiehall.org/names/131070> ;
    ns3:oboe <http://data.carnegiehall.org/names/131077>,
        <http://data.carnegiehall.org/names/131078> ;
    ns3:trumpet <http://data.carnegiehall.org/names/131075> ;
    ns3:viola <http://data.carnegiehall.org/names/131074> ;
    ns3:violin <http://data.carnegiehall.org/names/127624>,
        <http://data.carnegiehall.org/names/131071>,
        <http://data.carnegiehall.org/names/131072>,
        <http://data.carnegiehall.org/names/131073> ;
    ns1:performer <http://data.carnegiehall.org/names/127624>,
        <http://data.carnegiehall.org/names/131070>,
        <http://data.carnegiehall.org/names/131071>,
        <http://data.carnegiehall.org/names/131072>,
        <http://data.carnegiehall.org/names/131073>,
        <http://data.carnegiehall.org/names/131074>,
        <http://data.carnegiehall.org/names/131075>,
        <http://data.carnegiehall.org/names/131076>,
        <http://data.carnegiehall.org/names/131077>,
        <http://data.carnegiehall.org/names/131078>,
        <http://data.carnegiehall.org/names/131079>,
        <http://data.carnegiehall.org/names/131080>,
        <http://data.carnegiehall.org/names/62362> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/115492> .

