@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/21947/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Libra" ;
    ns1:cello <http://data.carnegiehall.org/names/60304> ;
    ns1:clarinet <http://data.carnegiehall.org/names/14900> ;
    ns1:conductor <http://data.carnegiehall.org/names/50642> ;
    ns1:flute <http://data.carnegiehall.org/names/55779> ;
    ns1:guitar <http://data.carnegiehall.org/names/47598> ;
    ns1:percussion <http://data.carnegiehall.org/names/47593> ;
    ns1:violin <http://data.carnegiehall.org/names/49279> ;
    ns2:performer <http://data.carnegiehall.org/names/14900>,
        <http://data.carnegiehall.org/names/47593>,
        <http://data.carnegiehall.org/names/47598>,
        <http://data.carnegiehall.org/names/49279>,
        <http://data.carnegiehall.org/names/50642>,
        <http://data.carnegiehall.org/names/55779>,
        <http://data.carnegiehall.org/names/60304> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/31745> .

