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

<http://data.carnegiehall.org/events/1110/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:cello <http://data.carnegiehall.org/names/18805> ;
    ns2:harpsichord <http://data.carnegiehall.org/names/51485> ;
    ns2:oboe <http://data.carnegiehall.org/names/29695> ;
    ns3:amore <http://data.carnegiehall.org/names/29695> ;
    ns2:organ <http://data.carnegiehall.org/names/28288> ;
    ns2:trumpet <http://data.carnegiehall.org/names/1601> ;
    ns2:violin <http://data.carnegiehall.org/names/22840>,
        <http://data.carnegiehall.org/names/42860> ;
    ns1:performer <http://data.carnegiehall.org/names/1601>,
        <http://data.carnegiehall.org/names/18805>,
        <http://data.carnegiehall.org/names/22840>,
        <http://data.carnegiehall.org/names/28288>,
        <http://data.carnegiehall.org/names/29695>,
        <http://data.carnegiehall.org/names/42860>,
        <http://data.carnegiehall.org/names/51485> ;
    ns4:workPerformed <http://data.carnegiehall.org/works/104450> .

