@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns3: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/59357/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Frames" ;
    ns2:cello <http://data.carnegiehall.org/names/99482> ;
    ns2:conductor <http://data.carnegiehall.org/names/69741> ;
    ns2:shvi <http://data.carnegiehall.org/names/110896> ;
    ns2:tenor <http://data.carnegiehall.org/names/110895> ;
    ns2:viola <http://data.carnegiehall.org/names/110899> ;
    ns2:violin <http://data.carnegiehall.org/names/110897>,
        <http://data.carnegiehall.org/names/110898> ;
    ns1:performer <http://data.carnegiehall.org/names/110895>,
        <http://data.carnegiehall.org/names/110896>,
        <http://data.carnegiehall.org/names/110897>,
        <http://data.carnegiehall.org/names/110898>,
        <http://data.carnegiehall.org/names/110899>,
        <http://data.carnegiehall.org/names/69741>,
        <http://data.carnegiehall.org/names/99482> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/100612> .

