@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/42662/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Leonardo Dreams of His Flying Machine" ;
    ns2:choir <http://data.carnegiehall.org/names/72708> ;
    ns2:conductor <http://data.carnegiehall.org/names/72709> ;
    ns2:finger_cymbals <http://data.carnegiehall.org/names/72697> ;
    ns2:hand_drum <http://data.carnegiehall.org/names/72699> ;
    ns2:piano <http://data.carnegiehall.org/names/72710> ;
    ns2:soprano <http://data.carnegiehall.org/names/72693>,
        <http://data.carnegiehall.org/names/72694>,
        <http://data.carnegiehall.org/names/72695> ;
    ns2:tambourine <http://data.carnegiehall.org/names/72698> ;
    ns2:tenor <http://data.carnegiehall.org/names/72696> ;
    ns1:performer <http://data.carnegiehall.org/names/72693>,
        <http://data.carnegiehall.org/names/72694>,
        <http://data.carnegiehall.org/names/72695>,
        <http://data.carnegiehall.org/names/72696>,
        <http://data.carnegiehall.org/names/72697>,
        <http://data.carnegiehall.org/names/72698>,
        <http://data.carnegiehall.org/names/72699>,
        <http://data.carnegiehall.org/names/72708>,
        <http://data.carnegiehall.org/names/72709>,
        <http://data.carnegiehall.org/names/72710> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/64737> .

