@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/60429/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Ragtime: Wheels of a Dream" ;
    ns1:choir <http://data.carnegiehall.org/names/112893>,
        <http://data.carnegiehall.org/names/112894>,
        <http://data.carnegiehall.org/names/112895>,
        <http://data.carnegiehall.org/names/112896>,
        <http://data.carnegiehall.org/names/67780>,
        <http://data.carnegiehall.org/names/80867> ;
    ns1:conductor <http://data.carnegiehall.org/names/65231>,
        <http://data.carnegiehall.org/names/65238> ;
    ns1:piano <http://data.carnegiehall.org/names/67781> ;
    ns2:performer <http://data.carnegiehall.org/names/112893>,
        <http://data.carnegiehall.org/names/112894>,
        <http://data.carnegiehall.org/names/112895>,
        <http://data.carnegiehall.org/names/112896>,
        <http://data.carnegiehall.org/names/65231>,
        <http://data.carnegiehall.org/names/65238>,
        <http://data.carnegiehall.org/names/67780>,
        <http://data.carnegiehall.org/names/67781>,
        <http://data.carnegiehall.org/names/80867> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/102074> .

