@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/79914/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Colloquy and Chorale" ;
    ns2:bassoon <http://data.carnegiehall.org/names/10664>,
        <http://data.carnegiehall.org/names/140513>,
        <http://data.carnegiehall.org/names/140812>,
        <http://data.carnegiehall.org/names/25719> ;
    ns2:quartet <http://data.carnegiehall.org/names/142027> ;
    ns1:performer <http://data.carnegiehall.org/names/10664>,
        <http://data.carnegiehall.org/names/140513>,
        <http://data.carnegiehall.org/names/140812>,
        <http://data.carnegiehall.org/names/142027>,
        <http://data.carnegiehall.org/names/25719> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/84015> .

