@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/57495/work_14> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Man of La Mancha: The Impossible Dream" ;
    ns3:baritone <http://data.carnegiehall.org/names/94466> ;
    ns3:bass <http://data.carnegiehall.org/names/5943>,
        <http://data.carnegiehall.org/names/96839> ;
    ns3:bass_baritone <http://data.carnegiehall.org/names/106679> ;
    ns3:piano <http://data.carnegiehall.org/names/97270> ;
    ns3:tenor <http://data.carnegiehall.org/names/96836> ;
    ns1:performer <http://data.carnegiehall.org/names/106679>,
        <http://data.carnegiehall.org/names/5943>,
        <http://data.carnegiehall.org/names/94466>,
        <http://data.carnegiehall.org/names/96836>,
        <http://data.carnegiehall.org/names/96839>,
        <http://data.carnegiehall.org/names/97270> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/54890> .

