@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/46046/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:baritone <http://data.carnegiehall.org/names/80954> ;
    ns1:bass <http://data.carnegiehall.org/names/80955> ;
    ns1:cello <http://data.carnegiehall.org/names/80959> ;
    ns1:flute <http://data.carnegiehall.org/names/80956> ;
    ns1:harpsichord <http://data.carnegiehall.org/names/80948> ;
    ns1:haute_contre <http://data.carnegiehall.org/names/80953> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/80952> ;
    ns1:organ <http://data.carnegiehall.org/names/80948> ;
    ns1:soprano <http://data.carnegiehall.org/names/80950>,
        <http://data.carnegiehall.org/names/80951> ;
    ns1:violin <http://data.carnegiehall.org/names/80957>,
        <http://data.carnegiehall.org/names/80958> ;
    ns2:performer <http://data.carnegiehall.org/names/80948>,
        <http://data.carnegiehall.org/names/80950>,
        <http://data.carnegiehall.org/names/80951>,
        <http://data.carnegiehall.org/names/80952>,
        <http://data.carnegiehall.org/names/80953>,
        <http://data.carnegiehall.org/names/80954>,
        <http://data.carnegiehall.org/names/80955>,
        <http://data.carnegiehall.org/names/80956>,
        <http://data.carnegiehall.org/names/80957>,
        <http://data.carnegiehall.org/names/80958>,
        <http://data.carnegiehall.org/names/80959> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

