@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/30911/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Concerto Grosso in C Minor, Op. 6, No. 3" ;
    ns1:cello <http://data.carnegiehall.org/names/31292>,
        <http://data.carnegiehall.org/names/50444>,
        <http://data.carnegiehall.org/names/56879> ;
    ns1:orchestra <http://data.carnegiehall.org/names/27973> ;
    ns1:violin <http://data.carnegiehall.org/names/12486>,
        <http://data.carnegiehall.org/names/31712>,
        <http://data.carnegiehall.org/names/38208>,
        <http://data.carnegiehall.org/names/41150>,
        <http://data.carnegiehall.org/names/55320>,
        <http://data.carnegiehall.org/names/55816> ;
    ns2:performer <http://data.carnegiehall.org/names/12486>,
        <http://data.carnegiehall.org/names/27973>,
        <http://data.carnegiehall.org/names/31292>,
        <http://data.carnegiehall.org/names/31712>,
        <http://data.carnegiehall.org/names/38208>,
        <http://data.carnegiehall.org/names/41150>,
        <http://data.carnegiehall.org/names/50444>,
        <http://data.carnegiehall.org/names/55320>,
        <http://data.carnegiehall.org/names/55816>,
        <http://data.carnegiehall.org/names/56879> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/2357> .

