@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/53287/work_33> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Enchantress: Art is calling for me (Prima Donna Song)" ;
    ns1:piano <http://data.carnegiehall.org/names/96907> ;
    ns1: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> ;
    ns1:vocal_ensemble <http://data.carnegiehall.org/names/96899> ;
    ns2: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/13363> .

