@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/44675/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Concerto for Two Cellos, Strings, and Continuo in G Minor, RV 531" ;
    ns2:cello <http://data.carnegiehall.org/names/77817>,
        <http://data.carnegiehall.org/names/77818> ;
    ns2:cembalo <http://data.carnegiehall.org/names/77819> ;
    ns2:conductor <http://data.carnegiehall.org/names/17174> ;
    ns2:string_orchestra <http://data.carnegiehall.org/names/51188> ;
    ns1:performer <http://data.carnegiehall.org/names/17174>,
        <http://data.carnegiehall.org/names/51188>,
        <http://data.carnegiehall.org/names/77817>,
        <http://data.carnegiehall.org/names/77818>,
        <http://data.carnegiehall.org/names/77819> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/48182> .

