@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/53287/work_28> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Oklahoma!: I Cain't Say No" ;
    ns2:piano <http://data.carnegiehall.org/names/96907> ;
    ns2:soprano <http://data.carnegiehall.org/names/96900>,
        <http://data.carnegiehall.org/names/96901>,
        <http://data.carnegiehall.org/names/96902>,
        <http://data.carnegiehall.org/names/96903>,
        <http://data.carnegiehall.org/names/96904>,
        <http://data.carnegiehall.org/names/96905>,
        <http://data.carnegiehall.org/names/96906> ;
    ns2:vocal_ensemble <http://data.carnegiehall.org/names/96899> ;
    ns1:performer <http://data.carnegiehall.org/names/96899>,
        <http://data.carnegiehall.org/names/96900>,
        <http://data.carnegiehall.org/names/96901>,
        <http://data.carnegiehall.org/names/96902>,
        <http://data.carnegiehall.org/names/96903>,
        <http://data.carnegiehall.org/names/96904>,
        <http://data.carnegiehall.org/names/96905>,
        <http://data.carnegiehall.org/names/96906>,
        <http://data.carnegiehall.org/names/96907> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/76928> .

