@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/53269/work_18> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "From Jasmine to Turandot" ;
    ns2:baritone <http://data.carnegiehall.org/names/94466>,
        <http://data.carnegiehall.org/names/96835>,
        <http://data.carnegiehall.org/names/96836>,
        <http://data.carnegiehall.org/names/96837>,
        <http://data.carnegiehall.org/names/96838> ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/5943>,
        <http://data.carnegiehall.org/names/96839> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/96842>,
        <http://data.carnegiehall.org/names/96843> ;
    ns2:piano <http://data.carnegiehall.org/names/27933> ;
    ns2:soprano <http://data.carnegiehall.org/names/96772>,
        <http://data.carnegiehall.org/names/96834>,
        <http://data.carnegiehall.org/names/96841>,
        <http://data.carnegiehall.org/names/96844>,
        <http://data.carnegiehall.org/names/96845> ;
    ns2:vocal_ensemble <http://data.carnegiehall.org/names/96840> ;
    ns1:performer <http://data.carnegiehall.org/names/27933>,
        <http://data.carnegiehall.org/names/5943>,
        <http://data.carnegiehall.org/names/94466>,
        <http://data.carnegiehall.org/names/96772>,
        <http://data.carnegiehall.org/names/96834>,
        <http://data.carnegiehall.org/names/96835>,
        <http://data.carnegiehall.org/names/96836>,
        <http://data.carnegiehall.org/names/96837>,
        <http://data.carnegiehall.org/names/96838>,
        <http://data.carnegiehall.org/names/96839>,
        <http://data.carnegiehall.org/names/96840>,
        <http://data.carnegiehall.org/names/96841>,
        <http://data.carnegiehall.org/names/96842>,
        <http://data.carnegiehall.org/names/96843>,
        <http://data.carnegiehall.org/names/96844>,
        <http://data.carnegiehall.org/names/96845> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/90131> .

