@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/16875/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Unanswered Question" ;
    ns2:cello <http://data.carnegiehall.org/names/20211> ;
    ns2:flute <http://data.carnegiehall.org/names/11203>,
        <http://data.carnegiehall.org/names/30417>,
        <http://data.carnegiehall.org/names/30470>,
        <http://data.carnegiehall.org/names/38174> ;
    ns2:trumpet <http://data.carnegiehall.org/names/12886> ;
    ns2:viola <http://data.carnegiehall.org/names/26793> ;
    ns2:violin <http://data.carnegiehall.org/names/22656>,
        <http://data.carnegiehall.org/names/30418> ;
    ns1:performer <http://data.carnegiehall.org/names/11203>,
        <http://data.carnegiehall.org/names/12886>,
        <http://data.carnegiehall.org/names/20211>,
        <http://data.carnegiehall.org/names/22656>,
        <http://data.carnegiehall.org/names/26793>,
        <http://data.carnegiehall.org/names/30417>,
        <http://data.carnegiehall.org/names/30418>,
        <http://data.carnegiehall.org/names/30470>,
        <http://data.carnegiehall.org/names/38174> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/58064> .

