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

<http://data.carnegiehall.org/events/30756/work_17> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:baritone <http://data.carnegiehall.org/names/15855>,
        <http://data.carnegiehall.org/names/24905>,
        <http://data.carnegiehall.org/names/27617>,
        <http://data.carnegiehall.org/names/28359> ;
    ns2:bass <http://data.carnegiehall.org/names/16056> ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/57517> ;
    ns2:piano <http://data.carnegiehall.org/names/2315>,
        <http://data.carnegiehall.org/names/36267> ;
    ns2:soprano <http://data.carnegiehall.org/names/24500>,
        <http://data.carnegiehall.org/names/45689>,
        <http://data.carnegiehall.org/names/55441> ;
    ns2:tenor <http://data.carnegiehall.org/names/16052>,
        <http://data.carnegiehall.org/names/33274>,
        <http://data.carnegiehall.org/names/33435> ;
    ns1:performer <http://data.carnegiehall.org/names/15855>,
        <http://data.carnegiehall.org/names/16052>,
        <http://data.carnegiehall.org/names/16056>,
        <http://data.carnegiehall.org/names/2315>,
        <http://data.carnegiehall.org/names/24500>,
        <http://data.carnegiehall.org/names/24905>,
        <http://data.carnegiehall.org/names/27617>,
        <http://data.carnegiehall.org/names/28359>,
        <http://data.carnegiehall.org/names/33274>,
        <http://data.carnegiehall.org/names/33435>,
        <http://data.carnegiehall.org/names/36267>,
        <http://data.carnegiehall.org/names/45689>,
        <http://data.carnegiehall.org/names/55441>,
        <http://data.carnegiehall.org/names/57517> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

