@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/76916/work_16> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "All That We Are" ;
    ns1:cello <http://data.carnegiehall.org/names/137250> ;
    ns1:choir <http://data.carnegiehall.org/names/137256> ;
    ns1:flute <http://data.carnegiehall.org/names/137249> ;
    ns1:piano <http://data.carnegiehall.org/names/137248> ;
    ns1:vocalist <http://data.carnegiehall.org/names/137245> ;
    ns2:performer <http://data.carnegiehall.org/names/137245>,
        <http://data.carnegiehall.org/names/137248>,
        <http://data.carnegiehall.org/names/137249>,
        <http://data.carnegiehall.org/names/137250>,
        <http://data.carnegiehall.org/names/137256> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/121189> .

