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

<http://data.carnegiehall.org/events/9502/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:baroque_cello <http://data.carnegiehall.org/names/51679> ;
    ns2:baroque_oboe <http://data.carnegiehall.org/names/56174> ;
    ns2:baroque_violin <http://data.carnegiehall.org/names/9302> ;
    ns2:dancer <http://data.carnegiehall.org/names/58949> ;
    ns2:harpsichord <http://data.carnegiehall.org/names/34022> ;
    ns2:soprano <http://data.carnegiehall.org/names/54934> ;
    ns2:transverse_flute <http://data.carnegiehall.org/names/28400> ;
    ns3:performer <http://data.carnegiehall.org/names/28400>,
        <http://data.carnegiehall.org/names/34022>,
        <http://data.carnegiehall.org/names/51679>,
        <http://data.carnegiehall.org/names/54934>,
        <http://data.carnegiehall.org/names/56174>,
        <http://data.carnegiehall.org/names/58949>,
        <http://data.carnegiehall.org/names/9302> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/104450> .

