@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/48476/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Gadfly, Op. 97a: Romance" ;
    ns1:cello <http://data.carnegiehall.org/names/81418>,
        <http://data.carnegiehall.org/names/87442>,
        <http://data.carnegiehall.org/names/87443> ;
    ns1:clarinet <http://data.carnegiehall.org/names/5237> ;
    ns1:piano <http://data.carnegiehall.org/names/87446> ;
    ns1:viola <http://data.carnegiehall.org/names/31925>,
        <http://data.carnegiehall.org/names/87361> ;
    ns1:violin <http://data.carnegiehall.org/names/58186>,
        <http://data.carnegiehall.org/names/81308>,
        <http://data.carnegiehall.org/names/82682>,
        <http://data.carnegiehall.org/names/82683>,
        <http://data.carnegiehall.org/names/82684>,
        <http://data.carnegiehall.org/names/82687>,
        <http://data.carnegiehall.org/names/87439>,
        <http://data.carnegiehall.org/names/87440>,
        <http://data.carnegiehall.org/names/87441>,
        <http://data.carnegiehall.org/names/87444>,
        <http://data.carnegiehall.org/names/87445>,
        <http://data.carnegiehall.org/names/87447> ;
    ns2:performer <http://data.carnegiehall.org/names/31925>,
        <http://data.carnegiehall.org/names/5237>,
        <http://data.carnegiehall.org/names/58186>,
        <http://data.carnegiehall.org/names/81308>,
        <http://data.carnegiehall.org/names/81418>,
        <http://data.carnegiehall.org/names/82682>,
        <http://data.carnegiehall.org/names/82683>,
        <http://data.carnegiehall.org/names/82684>,
        <http://data.carnegiehall.org/names/82687>,
        <http://data.carnegiehall.org/names/87361>,
        <http://data.carnegiehall.org/names/87439>,
        <http://data.carnegiehall.org/names/87440>,
        <http://data.carnegiehall.org/names/87441>,
        <http://data.carnegiehall.org/names/87442>,
        <http://data.carnegiehall.org/names/87443>,
        <http://data.carnegiehall.org/names/87444>,
        <http://data.carnegiehall.org/names/87445>,
        <http://data.carnegiehall.org/names/87446>,
        <http://data.carnegiehall.org/names/87447> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/55909> .

