@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/76534/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Concerto Grosso" ;
    ns3:cello <http://data.carnegiehall.org/names/137334> ;
    ns3:double_bass <http://data.carnegiehall.org/names/137335> ;
    ns3:harp <http://data.carnegiehall.org/names/137337> ;
    ns3:oboe <http://data.carnegiehall.org/names/137336> ;
    ns3:viola <http://data.carnegiehall.org/names/137333> ;
    ns3:violin <http://data.carnegiehall.org/names/109264>,
        <http://data.carnegiehall.org/names/137331>,
        <http://data.carnegiehall.org/names/137332> ;
    ns2:performer <http://data.carnegiehall.org/names/109264>,
        <http://data.carnegiehall.org/names/137331>,
        <http://data.carnegiehall.org/names/137332>,
        <http://data.carnegiehall.org/names/137333>,
        <http://data.carnegiehall.org/names/137334>,
        <http://data.carnegiehall.org/names/137335>,
        <http://data.carnegiehall.org/names/137336>,
        <http://data.carnegiehall.org/names/137337> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/120835> .

