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

<http://data.carnegiehall.org/events/56809/work_17> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "West Side Story: I Feel Pretty" ;
    ns3:conductor <http://data.carnegiehall.org/names/4718> ;
    ns3:mens_chorus <http://data.carnegiehall.org/names/9166> ;
    ns3:piano <http://data.carnegiehall.org/names/36429>,
        <http://data.carnegiehall.org/names/79740> ;
    ns3:womens_chorus <http://data.carnegiehall.org/names/58191> ;
    ns2:performer <http://data.carnegiehall.org/names/36429>,
        <http://data.carnegiehall.org/names/4718>,
        <http://data.carnegiehall.org/names/58191>,
        <http://data.carnegiehall.org/names/79740>,
        <http://data.carnegiehall.org/names/9166> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/55828> .

