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

<http://data.carnegiehall.org/events/45007/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Benin, Eyes Wide Open" ;
    ns1:cello <http://data.carnegiehall.org/names/78706> ;
    ns1:clarinet <http://data.carnegiehall.org/names/78705> ;
    ns1:double_bass <http://data.carnegiehall.org/names/78707>,
        <http://data.carnegiehall.org/names/78709> ;
    ns1:drums <http://data.carnegiehall.org/names/78711> ;
    ns1:flute <http://data.carnegiehall.org/names/78704>,
        <http://data.carnegiehall.org/names/78710> ;
    ns1:guitar <http://data.carnegiehall.org/names/78703> ;
    ns1:narrator <http://data.carnegiehall.org/names/78701> ;
    ns1:piano <http://data.carnegiehall.org/names/78708> ;
    ns1:vocalist <http://data.carnegiehall.org/names/78702>,
        <http://data.carnegiehall.org/names/78712> ;
    ns2:performer <http://data.carnegiehall.org/names/78701>,
        <http://data.carnegiehall.org/names/78702>,
        <http://data.carnegiehall.org/names/78703>,
        <http://data.carnegiehall.org/names/78704>,
        <http://data.carnegiehall.org/names/78705>,
        <http://data.carnegiehall.org/names/78706>,
        <http://data.carnegiehall.org/names/78707>,
        <http://data.carnegiehall.org/names/78708>,
        <http://data.carnegiehall.org/names/78709>,
        <http://data.carnegiehall.org/names/78710>,
        <http://data.carnegiehall.org/names/78711>,
        <http://data.carnegiehall.org/names/78712> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/74598> .

