@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/8197/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Concerto for Flute and Strings in G Minor, RV 439, \"La notte\"" ;
    ns1:cello <http://data.carnegiehall.org/names/28343> ;
    ns1:flute <http://data.carnegiehall.org/names/25852> ;
    ns1:string_quartet <http://data.carnegiehall.org/names/20985> ;
    ns1:viola <http://data.carnegiehall.org/names/21634> ;
    ns1:violin <http://data.carnegiehall.org/names/17303>,
        <http://data.carnegiehall.org/names/4911> ;
    ns2:performer <http://data.carnegiehall.org/names/17303>,
        <http://data.carnegiehall.org/names/20985>,
        <http://data.carnegiehall.org/names/21634>,
        <http://data.carnegiehall.org/names/25852>,
        <http://data.carnegiehall.org/names/28343>,
        <http://data.carnegiehall.org/names/4911> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/27756> .

