@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/68698/work_22> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "West Side Story: Somewhere" ;
    ns2:choir <http://data.carnegiehall.org/names/37129> ;
    ns2:mandolin <http://data.carnegiehall.org/names/69709> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/69801>,
        <http://data.carnegiehall.org/names/9953> ;
    ns2:piano <http://data.carnegiehall.org/names/91326> ;
    ns2:soprano <http://data.carnegiehall.org/names/114821> ;
    ns2:violin <http://data.carnegiehall.org/names/24923>,
        <http://data.carnegiehall.org/names/53496> ;
    ns2:vocalist <http://data.carnegiehall.org/names/104347>,
        <http://data.carnegiehall.org/names/106746>,
        <http://data.carnegiehall.org/names/15421>,
        <http://data.carnegiehall.org/names/19006>,
        <http://data.carnegiehall.org/names/69709>,
        <http://data.carnegiehall.org/names/85539> ;
    ns1:performer <http://data.carnegiehall.org/names/104347>,
        <http://data.carnegiehall.org/names/106746>,
        <http://data.carnegiehall.org/names/114821>,
        <http://data.carnegiehall.org/names/15421>,
        <http://data.carnegiehall.org/names/19006>,
        <http://data.carnegiehall.org/names/24923>,
        <http://data.carnegiehall.org/names/37129>,
        <http://data.carnegiehall.org/names/53496>,
        <http://data.carnegiehall.org/names/69709>,
        <http://data.carnegiehall.org/names/69801>,
        <http://data.carnegiehall.org/names/85539>,
        <http://data.carnegiehall.org/names/91326>,
        <http://data.carnegiehall.org/names/9953> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/29503> .

