@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/68653/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "In a Moment of Silence" ;
    ns1:bass_guitar <http://data.carnegiehall.org/names/126963> ;
    ns1:cello <http://data.carnegiehall.org/names/126964> ;
    ns1:drums <http://data.carnegiehall.org/names/126962> ;
    ns1:guitar <http://data.carnegiehall.org/names/126958> ;
    ns1:soprano <http://data.carnegiehall.org/names/126959>,
        <http://data.carnegiehall.org/names/126961> ;
    ns1:tenor <http://data.carnegiehall.org/names/126960>,
        <http://data.carnegiehall.org/names/126966> ;
    ns2:performer <http://data.carnegiehall.org/names/126958>,
        <http://data.carnegiehall.org/names/126959>,
        <http://data.carnegiehall.org/names/126960>,
        <http://data.carnegiehall.org/names/126961>,
        <http://data.carnegiehall.org/names/126962>,
        <http://data.carnegiehall.org/names/126963>,
        <http://data.carnegiehall.org/names/126964>,
        <http://data.carnegiehall.org/names/126966> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/112242> .

