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

<http://data.carnegiehall.org/events/33910/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Periodic Elements" ;
    ns2:cello <http://data.carnegiehall.org/names/41168> ;
    ns2:chamber_ensemble <http://data.carnegiehall.org/names/115158> ;
    ns2:clarinet <http://data.carnegiehall.org/names/542> ;
    ns2:conductor <http://data.carnegiehall.org/names/28215> ;
    ns2:english_horn <http://data.carnegiehall.org/names/58903> ;
    ns2:flute <http://data.carnegiehall.org/names/34966> ;
    ns2:oboe <http://data.carnegiehall.org/names/58903> ;
    ns2:piano <http://data.carnegiehall.org/names/53232> ;
    ns2:soprano <http://data.carnegiehall.org/names/55173> ;
    ns2:violin <http://data.carnegiehall.org/names/13249>,
        <http://data.carnegiehall.org/names/28702> ;
    ns3:performer <http://data.carnegiehall.org/names/115158>,
        <http://data.carnegiehall.org/names/13249>,
        <http://data.carnegiehall.org/names/28215>,
        <http://data.carnegiehall.org/names/28702>,
        <http://data.carnegiehall.org/names/34966>,
        <http://data.carnegiehall.org/names/41168>,
        <http://data.carnegiehall.org/names/53232>,
        <http://data.carnegiehall.org/names/542>,
        <http://data.carnegiehall.org/names/55173>,
        <http://data.carnegiehall.org/names/58903> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/21440> .

