@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/10873/work_27> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Oklahoma!: Oklahoma!" ;
    ns2:baritone <http://data.carnegiehall.org/names/19561> ;
    ns2:choir <http://data.carnegiehall.org/names/58449> ;
    ns2:contralto <http://data.carnegiehall.org/names/24632> ;
    ns2:soprano <http://data.carnegiehall.org/names/52411> ;
    ns2:tenor <http://data.carnegiehall.org/names/21263> ;
    ns1:performer <http://data.carnegiehall.org/names/19561>,
        <http://data.carnegiehall.org/names/21263>,
        <http://data.carnegiehall.org/names/24632>,
        <http://data.carnegiehall.org/names/52411>,
        <http://data.carnegiehall.org/names/58449> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/1452> .

