@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/7862/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Cantata: Excerpts" ;
    ns1:baritone <http://data.carnegiehall.org/names/40210> ;
    ns1:cello <http://data.carnegiehall.org/names/17545> ;
    ns1:clarinet <http://data.carnegiehall.org/names/12451> ;
    ns1:flute <http://data.carnegiehall.org/names/12452> ;
    ns1:soprano <http://data.carnegiehall.org/names/46076> ;
    ns1:synthesizer <http://data.carnegiehall.org/names/49523> ;
    ns1:violin <http://data.carnegiehall.org/names/9817> ;
    ns2:performer <http://data.carnegiehall.org/names/12451>,
        <http://data.carnegiehall.org/names/12452>,
        <http://data.carnegiehall.org/names/17545>,
        <http://data.carnegiehall.org/names/40210>,
        <http://data.carnegiehall.org/names/46076>,
        <http://data.carnegiehall.org/names/49523>,
        <http://data.carnegiehall.org/names/9817> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/51743> .

