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

<http://data.carnegiehall.org/events/53269/work_13> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Man of La Mancha: The Impossible Dream" ;
    ns1:baritone <http://data.carnegiehall.org/names/96835>,
        <http://data.carnegiehall.org/names/96836>,
        <http://data.carnegiehall.org/names/96837>,
        <http://data.carnegiehall.org/names/96838> ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/5943>,
        <http://data.carnegiehall.org/names/96839> ;
    ns1:piano <http://data.carnegiehall.org/names/27933> ;
    ns3:performer <http://data.carnegiehall.org/names/27933>,
        <http://data.carnegiehall.org/names/5943>,
        <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> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/54890> .

