@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/60434/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "West Side Story: Somewhere" ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/112904> ;
    ns1:vocalist <http://data.carnegiehall.org/names/112911>,
        <http://data.carnegiehall.org/names/112912>,
        <http://data.carnegiehall.org/names/112913>,
        <http://data.carnegiehall.org/names/112914>,
        <http://data.carnegiehall.org/names/112915>,
        <http://data.carnegiehall.org/names/112916>,
        <http://data.carnegiehall.org/names/112917>,
        <http://data.carnegiehall.org/names/112918>,
        <http://data.carnegiehall.org/names/112919>,
        <http://data.carnegiehall.org/names/112920> ;
    ns2:performer <http://data.carnegiehall.org/names/112904>,
        <http://data.carnegiehall.org/names/112911>,
        <http://data.carnegiehall.org/names/112912>,
        <http://data.carnegiehall.org/names/112913>,
        <http://data.carnegiehall.org/names/112914>,
        <http://data.carnegiehall.org/names/112915>,
        <http://data.carnegiehall.org/names/112916>,
        <http://data.carnegiehall.org/names/112917>,
        <http://data.carnegiehall.org/names/112918>,
        <http://data.carnegiehall.org/names/112919>,
        <http://data.carnegiehall.org/names/112920> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/102084> .

