@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/46121/work_14> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Concerto for Two Cellos, Strings, and Continuo in G Minor, RV 531" ;
    ns1:cello <http://data.carnegiehall.org/names/81148>,
        <http://data.carnegiehall.org/names/81149>,
        <http://data.carnegiehall.org/names/81150>,
        <http://data.carnegiehall.org/names/81151> ;
    ns1:conductor <http://data.carnegiehall.org/names/81142> ;
    ns1:orchestra <http://data.carnegiehall.org/names/81147> ;
    ns2:performer <http://data.carnegiehall.org/names/81142>,
        <http://data.carnegiehall.org/names/81147>,
        <http://data.carnegiehall.org/names/81148>,
        <http://data.carnegiehall.org/names/81149>,
        <http://data.carnegiehall.org/names/81150>,
        <http://data.carnegiehall.org/names/81151> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/48182> .

