@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/17343/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Concerto for Four Violins in B Minor, RV 580: Allegro" ;
    ns1:conductor <http://data.carnegiehall.org/names/10246> ;
    ns1:string_orchestra <http://data.carnegiehall.org/names/37666> ;
    ns1:violin <http://data.carnegiehall.org/names/14410>,
        <http://data.carnegiehall.org/names/42645>,
        <http://data.carnegiehall.org/names/42646>,
        <http://data.carnegiehall.org/names/6119> ;
    ns2:performer <http://data.carnegiehall.org/names/10246>,
        <http://data.carnegiehall.org/names/14410>,
        <http://data.carnegiehall.org/names/37666>,
        <http://data.carnegiehall.org/names/42645>,
        <http://data.carnegiehall.org/names/42646>,
        <http://data.carnegiehall.org/names/6119> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/58891> .

