@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/38960/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Aria in Classical Style, Op. 19" ;
    ns3:conductor <http://data.carnegiehall.org/names/64666> ;
    ns3:harp <http://data.carnegiehall.org/names/64667>,
        <http://data.carnegiehall.org/names/64668>,
        <http://data.carnegiehall.org/names/64669>,
        <http://data.carnegiehall.org/names/64670>,
        <http://data.carnegiehall.org/names/64671> ;
    ns3:orchestra <http://data.carnegiehall.org/names/54432> ;
    ns1:performer <http://data.carnegiehall.org/names/54432>,
        <http://data.carnegiehall.org/names/64666>,
        <http://data.carnegiehall.org/names/64667>,
        <http://data.carnegiehall.org/names/64668>,
        <http://data.carnegiehall.org/names/64669>,
        <http://data.carnegiehall.org/names/64670>,
        <http://data.carnegiehall.org/names/64671> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/5209> .

