@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/7084/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Tapestry for Two Antiphonal String Quartets" ;
    ns1:cello <http://data.carnegiehall.org/names/13739>,
        <http://data.carnegiehall.org/names/50503> ;
    ns1:conductor <http://data.carnegiehall.org/names/53443> ;
    ns1:viola <http://data.carnegiehall.org/names/12769>,
        <http://data.carnegiehall.org/names/24032> ;
    ns1:violin <http://data.carnegiehall.org/names/22656>,
        <http://data.carnegiehall.org/names/30731>,
        <http://data.carnegiehall.org/names/32591>,
        <http://data.carnegiehall.org/names/32871> ;
    ns2:performer <http://data.carnegiehall.org/names/12769>,
        <http://data.carnegiehall.org/names/13739>,
        <http://data.carnegiehall.org/names/22656>,
        <http://data.carnegiehall.org/names/24032>,
        <http://data.carnegiehall.org/names/30731>,
        <http://data.carnegiehall.org/names/32591>,
        <http://data.carnegiehall.org/names/32871>,
        <http://data.carnegiehall.org/names/50503>,
        <http://data.carnegiehall.org/names/53443> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/8779> .

