@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/48451/work_27> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "My Fair Lady: I Could Have Danced All Night" ;
    ns2:ballet_dancer <http://data.carnegiehall.org/names/87307>,
        <http://data.carnegiehall.org/names/87308>,
        <http://data.carnegiehall.org/names/87309>,
        <http://data.carnegiehall.org/names/87311>,
        <http://data.carnegiehall.org/names/87312>,
        <http://data.carnegiehall.org/names/87313>,
        <http://data.carnegiehall.org/names/87314>,
        <http://data.carnegiehall.org/names/87315> ;
    ns2:choir <http://data.carnegiehall.org/names/80968> ;
    ns2:dance_group <http://data.carnegiehall.org/names/87306> ;
    ns2:tenor <http://data.carnegiehall.org/names/62244> ;
    ns2:vocalist <http://data.carnegiehall.org/names/66371>,
        <http://data.carnegiehall.org/names/87305> ;
    ns1:performer <http://data.carnegiehall.org/names/62244>,
        <http://data.carnegiehall.org/names/66371>,
        <http://data.carnegiehall.org/names/80968>,
        <http://data.carnegiehall.org/names/87305>,
        <http://data.carnegiehall.org/names/87306>,
        <http://data.carnegiehall.org/names/87307>,
        <http://data.carnegiehall.org/names/87308>,
        <http://data.carnegiehall.org/names/87309>,
        <http://data.carnegiehall.org/names/87311>,
        <http://data.carnegiehall.org/names/87312>,
        <http://data.carnegiehall.org/names/87313>,
        <http://data.carnegiehall.org/names/87314>,
        <http://data.carnegiehall.org/names/87315> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/49634> .

