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

<http://data.carnegiehall.org/events/68985/work_17> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns3:baroque_cello <http://data.carnegiehall.org/names/92671> ;
    ns3:baroque_guitar <http://data.carnegiehall.org/names/41256> ;
    ns3:baroque_violin <http://data.carnegiehall.org/names/129976>,
        <http://data.carnegiehall.org/names/129977> ;
    ns3:countertenor <http://data.carnegiehall.org/names/69555> ;
    ns3:double_bass <http://data.carnegiehall.org/names/69888> ;
    ns3:guitar <http://data.carnegiehall.org/names/69888> ;
    ns3:harpsichord <http://data.carnegiehall.org/names/26393> ;
    ns3:percussion <http://data.carnegiehall.org/names/69888> ;
    ns3:soprano <http://data.carnegiehall.org/names/129974>,
        <http://data.carnegiehall.org/names/129975> ;
    ns3:tenor <http://data.carnegiehall.org/names/69555> ;
    ns1:performer <http://data.carnegiehall.org/names/129974>,
        <http://data.carnegiehall.org/names/129975>,
        <http://data.carnegiehall.org/names/129976>,
        <http://data.carnegiehall.org/names/129977>,
        <http://data.carnegiehall.org/names/26393>,
        <http://data.carnegiehall.org/names/41256>,
        <http://data.carnegiehall.org/names/69555>,
        <http://data.carnegiehall.org/names/69888>,
        <http://data.carnegiehall.org/names/92671> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/104450> .

