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

<http://data.carnegiehall.org/events/64876/work_13> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:crumhorn <http://data.carnegiehall.org/names/123692> ;
    ns1:harpsichord <http://data.carnegiehall.org/names/123693> ;
    ns1:lute <http://data.carnegiehall.org/names/123692> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/32545> ;
    ns1:recorder <http://data.carnegiehall.org/names/123692>,
        <http://data.carnegiehall.org/names/123693>,
        <http://data.carnegiehall.org/names/123695>,
        <http://data.carnegiehall.org/names/8193> ;
    ns1:tenor_viol <http://data.carnegiehall.org/names/123692> ;
    ns1:treble_viol <http://data.carnegiehall.org/names/123693>,
        <http://data.carnegiehall.org/names/123694> ;
    ns1:viola_da_gamba <http://data.carnegiehall.org/names/123694>,
        <http://data.carnegiehall.org/names/123695> ;
    ns1:virginal <http://data.carnegiehall.org/names/123693> ;
    ns2:performer <http://data.carnegiehall.org/names/123692>,
        <http://data.carnegiehall.org/names/123693>,
        <http://data.carnegiehall.org/names/123694>,
        <http://data.carnegiehall.org/names/123695>,
        <http://data.carnegiehall.org/names/32545>,
        <http://data.carnegiehall.org/names/8193> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

