@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/4507/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Overture on Hebrew Themes, Op. 34" ;
    ns1:cello <http://data.carnegiehall.org/names/31314> ;
    ns1:clarinet <http://data.carnegiehall.org/names/13757> ;
    ns1:dancer <http://data.carnegiehall.org/names/31170>,
        <http://data.carnegiehall.org/names/31896>,
        <http://data.carnegiehall.org/names/42159>,
        <http://data.carnegiehall.org/names/47041>,
        <http://data.carnegiehall.org/names/6534> ;
    ns1:piano <http://data.carnegiehall.org/names/20873> ;
    ns1:viola <http://data.carnegiehall.org/names/38853> ;
    ns1:violin <http://data.carnegiehall.org/names/23201>,
        <http://data.carnegiehall.org/names/57162> ;
    ns2:performer <http://data.carnegiehall.org/names/13757>,
        <http://data.carnegiehall.org/names/20873>,
        <http://data.carnegiehall.org/names/23201>,
        <http://data.carnegiehall.org/names/31170>,
        <http://data.carnegiehall.org/names/31314>,
        <http://data.carnegiehall.org/names/31896>,
        <http://data.carnegiehall.org/names/38853>,
        <http://data.carnegiehall.org/names/42159>,
        <http://data.carnegiehall.org/names/47041>,
        <http://data.carnegiehall.org/names/57162>,
        <http://data.carnegiehall.org/names/6534> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/37614> .

