@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/9302/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Fiddler on the Roof: If I Were a Rich Man" ;
    ns2:balalaika <http://data.carnegiehall.org/names/32882>,
        <http://data.carnegiehall.org/names/42544>,
        <http://data.carnegiehall.org/names/5226>,
        <http://data.carnegiehall.org/names/56360> ;
    ns2:balalaika_orchestra <http://data.carnegiehall.org/names/45478> ;
    ns2:bass <http://data.carnegiehall.org/names/51986> ;
    ns1:performer <http://data.carnegiehall.org/names/32882>,
        <http://data.carnegiehall.org/names/42544>,
        <http://data.carnegiehall.org/names/45478>,
        <http://data.carnegiehall.org/names/51986>,
        <http://data.carnegiehall.org/names/5226>,
        <http://data.carnegiehall.org/names/56360> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/7454> .

